'Weak Dependency Graph [60.0]'
------------------------------
Answer: YES(?,O(n^1))
Input Problem: innermost runtime-complexity with respect to
Rules:
{ active(f(f(a()))) -> mark(c(f(g(f(a())))))
, active(f(X)) -> f(active(X))
, active(g(X)) -> g(active(X))
, f(mark(X)) -> mark(f(X))
, g(mark(X)) -> mark(g(X))
, proper(f(X)) -> f(proper(X))
, proper(a()) -> ok(a())
, proper(c(X)) -> c(proper(X))
, proper(g(X)) -> g(proper(X))
, f(ok(X)) -> ok(f(X))
, c(ok(X)) -> ok(c(X))
, g(ok(X)) -> ok(g(X))
, top(mark(X)) -> top(proper(X))
, top(ok(X)) -> top(active(X))}
Details:
We have computed the following set of weak (innermost) dependency pairs:
{ active^#(f(f(a()))) -> c_0(c^#(f(g(f(a())))))
, active^#(f(X)) -> c_1(f^#(active(X)))
, active^#(g(X)) -> c_2(g^#(active(X)))
, f^#(mark(X)) -> c_3(f^#(X))
, g^#(mark(X)) -> c_4(g^#(X))
, proper^#(f(X)) -> c_5(f^#(proper(X)))
, proper^#(a()) -> c_6()
, proper^#(c(X)) -> c_7(c^#(proper(X)))
, proper^#(g(X)) -> c_8(g^#(proper(X)))
, f^#(ok(X)) -> c_9(f^#(X))
, c^#(ok(X)) -> c_10(c^#(X))
, g^#(ok(X)) -> c_11(g^#(X))
, top^#(mark(X)) -> c_12(top^#(proper(X)))
, top^#(ok(X)) -> c_13(top^#(active(X)))}
The usable rules are:
{ active(f(f(a()))) -> mark(c(f(g(f(a())))))
, active(f(X)) -> f(active(X))
, active(g(X)) -> g(active(X))
, f(mark(X)) -> mark(f(X))
, g(mark(X)) -> mark(g(X))
, proper(f(X)) -> f(proper(X))
, proper(a()) -> ok(a())
, proper(c(X)) -> c(proper(X))
, proper(g(X)) -> g(proper(X))
, f(ok(X)) -> ok(f(X))
, g(ok(X)) -> ok(g(X))
, c(ok(X)) -> ok(c(X))}
The estimated dependency graph contains the following edges:
{active^#(f(X)) -> c_1(f^#(active(X)))}
==> {f^#(ok(X)) -> c_9(f^#(X))}
{active^#(f(X)) -> c_1(f^#(active(X)))}
==> {f^#(mark(X)) -> c_3(f^#(X))}
{active^#(g(X)) -> c_2(g^#(active(X)))}
==> {g^#(ok(X)) -> c_11(g^#(X))}
{active^#(g(X)) -> c_2(g^#(active(X)))}
==> {g^#(mark(X)) -> c_4(g^#(X))}
{f^#(mark(X)) -> c_3(f^#(X))}
==> {f^#(ok(X)) -> c_9(f^#(X))}
{f^#(mark(X)) -> c_3(f^#(X))}
==> {f^#(mark(X)) -> c_3(f^#(X))}
{g^#(mark(X)) -> c_4(g^#(X))}
==> {g^#(ok(X)) -> c_11(g^#(X))}
{g^#(mark(X)) -> c_4(g^#(X))}
==> {g^#(mark(X)) -> c_4(g^#(X))}
{proper^#(f(X)) -> c_5(f^#(proper(X)))}
==> {f^#(ok(X)) -> c_9(f^#(X))}
{proper^#(f(X)) -> c_5(f^#(proper(X)))}
==> {f^#(mark(X)) -> c_3(f^#(X))}
{proper^#(c(X)) -> c_7(c^#(proper(X)))}
==> {c^#(ok(X)) -> c_10(c^#(X))}
{proper^#(g(X)) -> c_8(g^#(proper(X)))}
==> {g^#(ok(X)) -> c_11(g^#(X))}
{proper^#(g(X)) -> c_8(g^#(proper(X)))}
==> {g^#(mark(X)) -> c_4(g^#(X))}
{f^#(ok(X)) -> c_9(f^#(X))}
==> {f^#(ok(X)) -> c_9(f^#(X))}
{f^#(ok(X)) -> c_9(f^#(X))}
==> {f^#(mark(X)) -> c_3(f^#(X))}
{c^#(ok(X)) -> c_10(c^#(X))}
==> {c^#(ok(X)) -> c_10(c^#(X))}
{g^#(ok(X)) -> c_11(g^#(X))}
==> {g^#(ok(X)) -> c_11(g^#(X))}
{g^#(ok(X)) -> c_11(g^#(X))}
==> {g^#(mark(X)) -> c_4(g^#(X))}
{top^#(mark(X)) -> c_12(top^#(proper(X)))}
==> {top^#(ok(X)) -> c_13(top^#(active(X)))}
{top^#(mark(X)) -> c_12(top^#(proper(X)))}
==> {top^#(mark(X)) -> c_12(top^#(proper(X)))}
{top^#(ok(X)) -> c_13(top^#(active(X)))}
==> {top^#(ok(X)) -> c_13(top^#(active(X)))}
{top^#(ok(X)) -> c_13(top^#(active(X)))}
==> {top^#(mark(X)) -> c_12(top^#(proper(X)))}
We consider the following path(s):
1) { top^#(mark(X)) -> c_12(top^#(proper(X)))
, top^#(ok(X)) -> c_13(top^#(active(X)))}
The usable rules for this path are the following:
{ active(f(f(a()))) -> mark(c(f(g(f(a())))))
, active(f(X)) -> f(active(X))
, active(g(X)) -> g(active(X))
, proper(f(X)) -> f(proper(X))
, proper(a()) -> ok(a())
, proper(c(X)) -> c(proper(X))
, proper(g(X)) -> g(proper(X))
, f(mark(X)) -> mark(f(X))
, g(mark(X)) -> mark(g(X))
, f(ok(X)) -> ok(f(X))
, g(ok(X)) -> ok(g(X))
, c(ok(X)) -> ok(c(X))}
We have applied the subprocessor on the union of usable rules and weak (innermost) dependency pairs.
'Weight Gap Principle'
----------------------
Answer: YES(?,O(n^1))
Input Problem: innermost runtime-complexity with respect to
Rules:
{ active(f(f(a()))) -> mark(c(f(g(f(a())))))
, active(f(X)) -> f(active(X))
, active(g(X)) -> g(active(X))
, proper(f(X)) -> f(proper(X))
, proper(a()) -> ok(a())
, proper(c(X)) -> c(proper(X))
, proper(g(X)) -> g(proper(X))
, f(mark(X)) -> mark(f(X))
, g(mark(X)) -> mark(g(X))
, f(ok(X)) -> ok(f(X))
, g(ok(X)) -> ok(g(X))
, c(ok(X)) -> ok(c(X))
, top^#(mark(X)) -> c_12(top^#(proper(X)))
, top^#(ok(X)) -> c_13(top^#(active(X)))}
Details:
We apply the weight gap principle, strictly orienting the rules
{active(f(f(a()))) -> mark(c(f(g(f(a())))))}
and weakly orienting the rules
{}
using the following strongly linear interpretation:
Processor 'Matrix Interpretation' oriented the following rules strictly:
{active(f(f(a()))) -> mark(c(f(g(f(a())))))}
Details:
Interpretation Functions:
active(x1) = [1] x1 + [1]
f(x1) = [1] x1 + [0]
a() = [0]
mark(x1) = [1] x1 + [0]
c(x1) = [1] x1 + [0]
g(x1) = [1] x1 + [0]
proper(x1) = [1] x1 + [1]
ok(x1) = [1] x1 + [1]
top(x1) = [0] x1 + [0]
active^#(x1) = [0] x1 + [0]
c_0(x1) = [0] x1 + [0]
c^#(x1) = [0] x1 + [0]
c_1(x1) = [0] x1 + [0]
f^#(x1) = [0] x1 + [0]
c_2(x1) = [0] x1 + [0]
g^#(x1) = [0] x1 + [0]
c_3(x1) = [0] x1 + [0]
c_4(x1) = [0] x1 + [0]
proper^#(x1) = [0] x1 + [0]
c_5(x1) = [0] x1 + [0]
c_6() = [0]
c_7(x1) = [0] x1 + [0]
c_8(x1) = [0] x1 + [0]
c_9(x1) = [0] x1 + [0]
c_10(x1) = [0] x1 + [0]
c_11(x1) = [0] x1 + [0]
top^#(x1) = [1] x1 + [7]
c_12(x1) = [1] x1 + [1]
c_13(x1) = [1] x1 + [1]
Finally we apply the subprocessor
We apply the weight gap principle, strictly orienting the rules
{proper(a()) -> ok(a())}
and weakly orienting the rules
{active(f(f(a()))) -> mark(c(f(g(f(a())))))}
using the following strongly linear interpretation:
Processor 'Matrix Interpretation' oriented the following rules strictly:
{proper(a()) -> ok(a())}
Details:
Interpretation Functions:
active(x1) = [1] x1 + [1]
f(x1) = [1] x1 + [0]
a() = [0]
mark(x1) = [1] x1 + [0]
c(x1) = [1] x1 + [0]
g(x1) = [1] x1 + [0]
proper(x1) = [1] x1 + [1]
ok(x1) = [1] x1 + [0]
top(x1) = [0] x1 + [0]
active^#(x1) = [0] x1 + [0]
c_0(x1) = [0] x1 + [0]
c^#(x1) = [0] x1 + [0]
c_1(x1) = [0] x1 + [0]
f^#(x1) = [0] x1 + [0]
c_2(x1) = [0] x1 + [0]
g^#(x1) = [0] x1 + [0]
c_3(x1) = [0] x1 + [0]
c_4(x1) = [0] x1 + [0]
proper^#(x1) = [0] x1 + [0]
c_5(x1) = [0] x1 + [0]
c_6() = [0]
c_7(x1) = [0] x1 + [0]
c_8(x1) = [0] x1 + [0]
c_9(x1) = [0] x1 + [0]
c_10(x1) = [0] x1 + [0]
c_11(x1) = [0] x1 + [0]
top^#(x1) = [1] x1 + [0]
c_12(x1) = [1] x1 + [2]
c_13(x1) = [1] x1 + [10]
Finally we apply the subprocessor
We apply the weight gap principle, strictly orienting the rules
{top^#(ok(X)) -> c_13(top^#(active(X)))}
and weakly orienting the rules
{ proper(a()) -> ok(a())
, active(f(f(a()))) -> mark(c(f(g(f(a())))))}
using the following strongly linear interpretation:
Processor 'Matrix Interpretation' oriented the following rules strictly:
{top^#(ok(X)) -> c_13(top^#(active(X)))}
Details:
Interpretation Functions:
active(x1) = [1] x1 + [0]
f(x1) = [1] x1 + [0]
a() = [0]
mark(x1) = [1] x1 + [0]
c(x1) = [1] x1 + [0]
g(x1) = [1] x1 + [0]
proper(x1) = [1] x1 + [8]
ok(x1) = [1] x1 + [2]
top(x1) = [0] x1 + [0]
active^#(x1) = [0] x1 + [0]
c_0(x1) = [0] x1 + [0]
c^#(x1) = [0] x1 + [0]
c_1(x1) = [0] x1 + [0]
f^#(x1) = [0] x1 + [0]
c_2(x1) = [0] x1 + [0]
g^#(x1) = [0] x1 + [0]
c_3(x1) = [0] x1 + [0]
c_4(x1) = [0] x1 + [0]
proper^#(x1) = [0] x1 + [0]
c_5(x1) = [0] x1 + [0]
c_6() = [0]
c_7(x1) = [0] x1 + [0]
c_8(x1) = [0] x1 + [0]
c_9(x1) = [0] x1 + [0]
c_10(x1) = [0] x1 + [0]
c_11(x1) = [0] x1 + [0]
top^#(x1) = [1] x1 + [8]
c_12(x1) = [1] x1 + [0]
c_13(x1) = [1] x1 + [1]
Finally we apply the subprocessor
'fastest of 'combine', 'Bounds with default enrichment', 'Bounds with default enrichment''
------------------------------------------------------------------------------------------
Answer: YES(?,O(n^1))
Input Problem: innermost relative runtime-complexity with respect to
Strict Rules:
{ active(f(X)) -> f(active(X))
, active(g(X)) -> g(active(X))
, proper(f(X)) -> f(proper(X))
, proper(c(X)) -> c(proper(X))
, proper(g(X)) -> g(proper(X))
, f(mark(X)) -> mark(f(X))
, g(mark(X)) -> mark(g(X))
, f(ok(X)) -> ok(f(X))
, g(ok(X)) -> ok(g(X))
, c(ok(X)) -> ok(c(X))
, top^#(mark(X)) -> c_12(top^#(proper(X)))}
Weak Rules:
{ top^#(ok(X)) -> c_13(top^#(active(X)))
, proper(a()) -> ok(a())
, active(f(f(a()))) -> mark(c(f(g(f(a())))))}
Details:
The problem was solved by processor 'Bounds with default enrichment':
'Bounds with default enrichment'
--------------------------------
Answer: YES(?,O(n^1))
Input Problem: innermost relative runtime-complexity with respect to
Strict Rules:
{ active(f(X)) -> f(active(X))
, active(g(X)) -> g(active(X))
, proper(f(X)) -> f(proper(X))
, proper(c(X)) -> c(proper(X))
, proper(g(X)) -> g(proper(X))
, f(mark(X)) -> mark(f(X))
, g(mark(X)) -> mark(g(X))
, f(ok(X)) -> ok(f(X))
, g(ok(X)) -> ok(g(X))
, c(ok(X)) -> ok(c(X))
, top^#(mark(X)) -> c_12(top^#(proper(X)))}
Weak Rules:
{ top^#(ok(X)) -> c_13(top^#(active(X)))
, proper(a()) -> ok(a())
, active(f(f(a()))) -> mark(c(f(g(f(a())))))}
Details:
The problem is Match-bounded by 1.
The enriched problem is compatible with the following automaton:
{ active_0(2) -> 4
, active_1(2) -> 8
, active_1(9) -> 11
, a_0() -> 2
, a_1() -> 9
, mark_0(2) -> 2
, proper_1(2) -> 6
, ok_0(2) -> 2
, ok_1(9) -> 6
, top^#_0(2) -> 1
, top^#_0(4) -> 3
, top^#_1(6) -> 5
, top^#_1(8) -> 7
, top^#_1(11) -> 10
, c_12_1(5) -> 1
, c_13_0(3) -> 1
, c_13_1(7) -> 1
, c_13_1(10) -> 5}
2) { active^#(f(X)) -> c_1(f^#(active(X)))
, f^#(ok(X)) -> c_9(f^#(X))
, f^#(mark(X)) -> c_3(f^#(X))}
The usable rules for this path are the following:
{ active(f(f(a()))) -> mark(c(f(g(f(a())))))
, active(f(X)) -> f(active(X))
, active(g(X)) -> g(active(X))
, f(mark(X)) -> mark(f(X))
, g(mark(X)) -> mark(g(X))
, f(ok(X)) -> ok(f(X))
, g(ok(X)) -> ok(g(X))
, c(ok(X)) -> ok(c(X))}
We have applied the subprocessor on the union of usable rules and weak (innermost) dependency pairs.
'Weight Gap Principle'
----------------------
Answer: YES(?,O(n^1))
Input Problem: innermost runtime-complexity with respect to
Rules:
{ active(f(f(a()))) -> mark(c(f(g(f(a())))))
, active(f(X)) -> f(active(X))
, active(g(X)) -> g(active(X))
, f(mark(X)) -> mark(f(X))
, g(mark(X)) -> mark(g(X))
, f(ok(X)) -> ok(f(X))
, g(ok(X)) -> ok(g(X))
, c(ok(X)) -> ok(c(X))
, active^#(f(X)) -> c_1(f^#(active(X)))
, f^#(ok(X)) -> c_9(f^#(X))
, f^#(mark(X)) -> c_3(f^#(X))}
Details:
We apply the weight gap principle, strictly orienting the rules
{f^#(mark(X)) -> c_3(f^#(X))}
and weakly orienting the rules
{}
using the following strongly linear interpretation:
Processor 'Matrix Interpretation' oriented the following rules strictly:
{f^#(mark(X)) -> c_3(f^#(X))}
Details:
Interpretation Functions:
active(x1) = [1] x1 + [1]
f(x1) = [1] x1 + [0]
a() = [0]
mark(x1) = [1] x1 + [1]
c(x1) = [1] x1 + [0]
g(x1) = [1] x1 + [0]
proper(x1) = [0] x1 + [0]
ok(x1) = [1] x1 + [0]
top(x1) = [0] x1 + [0]
active^#(x1) = [1] x1 + [1]
c_0(x1) = [0] x1 + [0]
c^#(x1) = [0] x1 + [0]
c_1(x1) = [1] x1 + [0]
f^#(x1) = [1] x1 + [0]
c_2(x1) = [0] x1 + [0]
g^#(x1) = [0] x1 + [0]
c_3(x1) = [1] x1 + [0]
c_4(x1) = [0] x1 + [0]
proper^#(x1) = [0] x1 + [0]
c_5(x1) = [0] x1 + [0]
c_6() = [0]
c_7(x1) = [0] x1 + [0]
c_8(x1) = [0] x1 + [0]
c_9(x1) = [1] x1 + [1]
c_10(x1) = [0] x1 + [0]
c_11(x1) = [0] x1 + [0]
top^#(x1) = [0] x1 + [0]
c_12(x1) = [0] x1 + [0]
c_13(x1) = [0] x1 + [0]
Finally we apply the subprocessor
We apply the weight gap principle, strictly orienting the rules
{active^#(f(X)) -> c_1(f^#(active(X)))}
and weakly orienting the rules
{f^#(mark(X)) -> c_3(f^#(X))}
using the following strongly linear interpretation:
Processor 'Matrix Interpretation' oriented the following rules strictly:
{active^#(f(X)) -> c_1(f^#(active(X)))}
Details:
Interpretation Functions:
active(x1) = [1] x1 + [1]
f(x1) = [1] x1 + [0]
a() = [0]
mark(x1) = [1] x1 + [1]
c(x1) = [1] x1 + [0]
g(x1) = [1] x1 + [0]
proper(x1) = [0] x1 + [0]
ok(x1) = [1] x1 + [0]
top(x1) = [0] x1 + [0]
active^#(x1) = [1] x1 + [11]
c_0(x1) = [0] x1 + [0]
c^#(x1) = [0] x1 + [0]
c_1(x1) = [1] x1 + [1]
f^#(x1) = [1] x1 + [1]
c_2(x1) = [0] x1 + [0]
g^#(x1) = [0] x1 + [0]
c_3(x1) = [1] x1 + [1]
c_4(x1) = [0] x1 + [0]
proper^#(x1) = [0] x1 + [0]
c_5(x1) = [0] x1 + [0]
c_6() = [0]
c_7(x1) = [0] x1 + [0]
c_8(x1) = [0] x1 + [0]
c_9(x1) = [1] x1 + [1]
c_10(x1) = [0] x1 + [0]
c_11(x1) = [0] x1 + [0]
top^#(x1) = [0] x1 + [0]
c_12(x1) = [0] x1 + [0]
c_13(x1) = [0] x1 + [0]
Finally we apply the subprocessor
We apply the weight gap principle, strictly orienting the rules
{f^#(ok(X)) -> c_9(f^#(X))}
and weakly orienting the rules
{ active^#(f(X)) -> c_1(f^#(active(X)))
, f^#(mark(X)) -> c_3(f^#(X))}
using the following strongly linear interpretation:
Processor 'Matrix Interpretation' oriented the following rules strictly:
{f^#(ok(X)) -> c_9(f^#(X))}
Details:
Interpretation Functions:
active(x1) = [1] x1 + [1]
f(x1) = [1] x1 + [0]
a() = [0]
mark(x1) = [1] x1 + [1]
c(x1) = [1] x1 + [0]
g(x1) = [1] x1 + [0]
proper(x1) = [0] x1 + [0]
ok(x1) = [1] x1 + [8]
top(x1) = [0] x1 + [0]
active^#(x1) = [1] x1 + [13]
c_0(x1) = [0] x1 + [0]
c^#(x1) = [0] x1 + [0]
c_1(x1) = [1] x1 + [1]
f^#(x1) = [1] x1 + [10]
c_2(x1) = [0] x1 + [0]
g^#(x1) = [0] x1 + [0]
c_3(x1) = [1] x1 + [1]
c_4(x1) = [0] x1 + [0]
proper^#(x1) = [0] x1 + [0]
c_5(x1) = [0] x1 + [0]
c_6() = [0]
c_7(x1) = [0] x1 + [0]
c_8(x1) = [0] x1 + [0]
c_9(x1) = [1] x1 + [3]
c_10(x1) = [0] x1 + [0]
c_11(x1) = [0] x1 + [0]
top^#(x1) = [0] x1 + [0]
c_12(x1) = [0] x1 + [0]
c_13(x1) = [0] x1 + [0]
Finally we apply the subprocessor
We apply the weight gap principle, strictly orienting the rules
{active(f(f(a()))) -> mark(c(f(g(f(a())))))}
and weakly orienting the rules
{ f^#(ok(X)) -> c_9(f^#(X))
, active^#(f(X)) -> c_1(f^#(active(X)))
, f^#(mark(X)) -> c_3(f^#(X))}
using the following strongly linear interpretation:
Processor 'Matrix Interpretation' oriented the following rules strictly:
{active(f(f(a()))) -> mark(c(f(g(f(a())))))}
Details:
Interpretation Functions:
active(x1) = [1] x1 + [1]
f(x1) = [1] x1 + [0]
a() = [0]
mark(x1) = [1] x1 + [0]
c(x1) = [1] x1 + [0]
g(x1) = [1] x1 + [0]
proper(x1) = [0] x1 + [0]
ok(x1) = [1] x1 + [9]
top(x1) = [0] x1 + [0]
active^#(x1) = [1] x1 + [13]
c_0(x1) = [0] x1 + [0]
c^#(x1) = [0] x1 + [0]
c_1(x1) = [1] x1 + [0]
f^#(x1) = [1] x1 + [11]
c_2(x1) = [0] x1 + [0]
g^#(x1) = [0] x1 + [0]
c_3(x1) = [1] x1 + [0]
c_4(x1) = [0] x1 + [0]
proper^#(x1) = [0] x1 + [0]
c_5(x1) = [0] x1 + [0]
c_6() = [0]
c_7(x1) = [0] x1 + [0]
c_8(x1) = [0] x1 + [0]
c_9(x1) = [1] x1 + [2]
c_10(x1) = [0] x1 + [0]
c_11(x1) = [0] x1 + [0]
top^#(x1) = [0] x1 + [0]
c_12(x1) = [0] x1 + [0]
c_13(x1) = [0] x1 + [0]
Finally we apply the subprocessor
'fastest of 'combine', 'Bounds with default enrichment', 'Bounds with default enrichment''
------------------------------------------------------------------------------------------
Answer: YES(?,O(n^1))
Input Problem: innermost relative runtime-complexity with respect to
Strict Rules:
{ active(f(X)) -> f(active(X))
, active(g(X)) -> g(active(X))
, f(mark(X)) -> mark(f(X))
, g(mark(X)) -> mark(g(X))
, f(ok(X)) -> ok(f(X))
, g(ok(X)) -> ok(g(X))
, c(ok(X)) -> ok(c(X))}
Weak Rules:
{ active(f(f(a()))) -> mark(c(f(g(f(a())))))
, f^#(ok(X)) -> c_9(f^#(X))
, active^#(f(X)) -> c_1(f^#(active(X)))
, f^#(mark(X)) -> c_3(f^#(X))}
Details:
The problem was solved by processor 'Bounds with default enrichment':
'Bounds with default enrichment'
--------------------------------
Answer: YES(?,O(n^1))
Input Problem: innermost relative runtime-complexity with respect to
Strict Rules:
{ active(f(X)) -> f(active(X))
, active(g(X)) -> g(active(X))
, f(mark(X)) -> mark(f(X))
, g(mark(X)) -> mark(g(X))
, f(ok(X)) -> ok(f(X))
, g(ok(X)) -> ok(g(X))
, c(ok(X)) -> ok(c(X))}
Weak Rules:
{ active(f(f(a()))) -> mark(c(f(g(f(a())))))
, f^#(ok(X)) -> c_9(f^#(X))
, active^#(f(X)) -> c_1(f^#(active(X)))
, f^#(mark(X)) -> c_3(f^#(X))}
Details:
The problem is Match-bounded by 0.
The enriched problem is compatible with the following automaton:
{ a_0() -> 3
, mark_0(3) -> 4
, mark_0(4) -> 4
, mark_0(8) -> 4
, ok_0(3) -> 8
, ok_0(4) -> 8
, ok_0(8) -> 8
, active^#_0(3) -> 10
, active^#_0(4) -> 10
, active^#_0(8) -> 10
, f^#_0(3) -> 14
, f^#_0(4) -> 14
, f^#_0(8) -> 14
, c_3_0(14) -> 14
, c_9_0(14) -> 14}
3) { active^#(g(X)) -> c_2(g^#(active(X)))
, g^#(ok(X)) -> c_11(g^#(X))
, g^#(mark(X)) -> c_4(g^#(X))}
The usable rules for this path are the following:
{ active(f(f(a()))) -> mark(c(f(g(f(a())))))
, active(f(X)) -> f(active(X))
, active(g(X)) -> g(active(X))
, f(mark(X)) -> mark(f(X))
, g(mark(X)) -> mark(g(X))
, f(ok(X)) -> ok(f(X))
, g(ok(X)) -> ok(g(X))
, c(ok(X)) -> ok(c(X))}
We have applied the subprocessor on the union of usable rules and weak (innermost) dependency pairs.
'Weight Gap Principle'
----------------------
Answer: YES(?,O(n^1))
Input Problem: innermost runtime-complexity with respect to
Rules:
{ active(f(f(a()))) -> mark(c(f(g(f(a())))))
, active(f(X)) -> f(active(X))
, active(g(X)) -> g(active(X))
, f(mark(X)) -> mark(f(X))
, g(mark(X)) -> mark(g(X))
, f(ok(X)) -> ok(f(X))
, g(ok(X)) -> ok(g(X))
, c(ok(X)) -> ok(c(X))
, active^#(g(X)) -> c_2(g^#(active(X)))
, g^#(ok(X)) -> c_11(g^#(X))
, g^#(mark(X)) -> c_4(g^#(X))}
Details:
We apply the weight gap principle, strictly orienting the rules
{g^#(mark(X)) -> c_4(g^#(X))}
and weakly orienting the rules
{}
using the following strongly linear interpretation:
Processor 'Matrix Interpretation' oriented the following rules strictly:
{g^#(mark(X)) -> c_4(g^#(X))}
Details:
Interpretation Functions:
active(x1) = [1] x1 + [1]
f(x1) = [1] x1 + [0]
a() = [0]
mark(x1) = [1] x1 + [1]
c(x1) = [1] x1 + [0]
g(x1) = [1] x1 + [0]
proper(x1) = [0] x1 + [0]
ok(x1) = [1] x1 + [0]
top(x1) = [0] x1 + [0]
active^#(x1) = [1] x1 + [1]
c_0(x1) = [0] x1 + [0]
c^#(x1) = [0] x1 + [0]
c_1(x1) = [0] x1 + [0]
f^#(x1) = [0] x1 + [0]
c_2(x1) = [1] x1 + [0]
g^#(x1) = [1] x1 + [0]
c_3(x1) = [0] x1 + [0]
c_4(x1) = [1] x1 + [0]
proper^#(x1) = [0] x1 + [0]
c_5(x1) = [0] x1 + [0]
c_6() = [0]
c_7(x1) = [0] x1 + [0]
c_8(x1) = [0] x1 + [0]
c_9(x1) = [0] x1 + [0]
c_10(x1) = [0] x1 + [0]
c_11(x1) = [1] x1 + [1]
top^#(x1) = [0] x1 + [0]
c_12(x1) = [0] x1 + [0]
c_13(x1) = [0] x1 + [0]
Finally we apply the subprocessor
We apply the weight gap principle, strictly orienting the rules
{active^#(g(X)) -> c_2(g^#(active(X)))}
and weakly orienting the rules
{g^#(mark(X)) -> c_4(g^#(X))}
using the following strongly linear interpretation:
Processor 'Matrix Interpretation' oriented the following rules strictly:
{active^#(g(X)) -> c_2(g^#(active(X)))}
Details:
Interpretation Functions:
active(x1) = [1] x1 + [1]
f(x1) = [1] x1 + [0]
a() = [0]
mark(x1) = [1] x1 + [1]
c(x1) = [1] x1 + [0]
g(x1) = [1] x1 + [0]
proper(x1) = [0] x1 + [0]
ok(x1) = [1] x1 + [0]
top(x1) = [0] x1 + [0]
active^#(x1) = [1] x1 + [11]
c_0(x1) = [0] x1 + [0]
c^#(x1) = [0] x1 + [0]
c_1(x1) = [0] x1 + [0]
f^#(x1) = [0] x1 + [0]
c_2(x1) = [1] x1 + [0]
g^#(x1) = [1] x1 + [2]
c_3(x1) = [0] x1 + [0]
c_4(x1) = [1] x1 + [0]
proper^#(x1) = [0] x1 + [0]
c_5(x1) = [0] x1 + [0]
c_6() = [0]
c_7(x1) = [0] x1 + [0]
c_8(x1) = [0] x1 + [0]
c_9(x1) = [0] x1 + [0]
c_10(x1) = [0] x1 + [0]
c_11(x1) = [1] x1 + [1]
top^#(x1) = [0] x1 + [0]
c_12(x1) = [0] x1 + [0]
c_13(x1) = [0] x1 + [0]
Finally we apply the subprocessor
We apply the weight gap principle, strictly orienting the rules
{g^#(ok(X)) -> c_11(g^#(X))}
and weakly orienting the rules
{ active^#(g(X)) -> c_2(g^#(active(X)))
, g^#(mark(X)) -> c_4(g^#(X))}
using the following strongly linear interpretation:
Processor 'Matrix Interpretation' oriented the following rules strictly:
{g^#(ok(X)) -> c_11(g^#(X))}
Details:
Interpretation Functions:
active(x1) = [1] x1 + [1]
f(x1) = [1] x1 + [0]
a() = [0]
mark(x1) = [1] x1 + [1]
c(x1) = [1] x1 + [0]
g(x1) = [1] x1 + [0]
proper(x1) = [0] x1 + [0]
ok(x1) = [1] x1 + [8]
top(x1) = [0] x1 + [0]
active^#(x1) = [1] x1 + [9]
c_0(x1) = [0] x1 + [0]
c^#(x1) = [0] x1 + [0]
c_1(x1) = [0] x1 + [0]
f^#(x1) = [0] x1 + [0]
c_2(x1) = [1] x1 + [0]
g^#(x1) = [1] x1 + [8]
c_3(x1) = [0] x1 + [0]
c_4(x1) = [1] x1 + [1]
proper^#(x1) = [0] x1 + [0]
c_5(x1) = [0] x1 + [0]
c_6() = [0]
c_7(x1) = [0] x1 + [0]
c_8(x1) = [0] x1 + [0]
c_9(x1) = [0] x1 + [0]
c_10(x1) = [0] x1 + [0]
c_11(x1) = [1] x1 + [0]
top^#(x1) = [0] x1 + [0]
c_12(x1) = [0] x1 + [0]
c_13(x1) = [0] x1 + [0]
Finally we apply the subprocessor
We apply the weight gap principle, strictly orienting the rules
{active(f(f(a()))) -> mark(c(f(g(f(a())))))}
and weakly orienting the rules
{ g^#(ok(X)) -> c_11(g^#(X))
, active^#(g(X)) -> c_2(g^#(active(X)))
, g^#(mark(X)) -> c_4(g^#(X))}
using the following strongly linear interpretation:
Processor 'Matrix Interpretation' oriented the following rules strictly:
{active(f(f(a()))) -> mark(c(f(g(f(a())))))}
Details:
Interpretation Functions:
active(x1) = [1] x1 + [1]
f(x1) = [1] x1 + [0]
a() = [0]
mark(x1) = [1] x1 + [0]
c(x1) = [1] x1 + [0]
g(x1) = [1] x1 + [0]
proper(x1) = [0] x1 + [0]
ok(x1) = [1] x1 + [0]
top(x1) = [0] x1 + [0]
active^#(x1) = [1] x1 + [13]
c_0(x1) = [0] x1 + [0]
c^#(x1) = [0] x1 + [0]
c_1(x1) = [0] x1 + [0]
f^#(x1) = [0] x1 + [0]
c_2(x1) = [1] x1 + [0]
g^#(x1) = [1] x1 + [12]
c_3(x1) = [0] x1 + [0]
c_4(x1) = [1] x1 + [0]
proper^#(x1) = [0] x1 + [0]
c_5(x1) = [0] x1 + [0]
c_6() = [0]
c_7(x1) = [0] x1 + [0]
c_8(x1) = [0] x1 + [0]
c_9(x1) = [0] x1 + [0]
c_10(x1) = [0] x1 + [0]
c_11(x1) = [1] x1 + [0]
top^#(x1) = [0] x1 + [0]
c_12(x1) = [0] x1 + [0]
c_13(x1) = [0] x1 + [0]
Finally we apply the subprocessor
'fastest of 'combine', 'Bounds with default enrichment', 'Bounds with default enrichment''
------------------------------------------------------------------------------------------
Answer: YES(?,O(n^1))
Input Problem: innermost relative runtime-complexity with respect to
Strict Rules:
{ active(f(X)) -> f(active(X))
, active(g(X)) -> g(active(X))
, f(mark(X)) -> mark(f(X))
, g(mark(X)) -> mark(g(X))
, f(ok(X)) -> ok(f(X))
, g(ok(X)) -> ok(g(X))
, c(ok(X)) -> ok(c(X))}
Weak Rules:
{ active(f(f(a()))) -> mark(c(f(g(f(a())))))
, g^#(ok(X)) -> c_11(g^#(X))
, active^#(g(X)) -> c_2(g^#(active(X)))
, g^#(mark(X)) -> c_4(g^#(X))}
Details:
The problem was solved by processor 'Bounds with default enrichment':
'Bounds with default enrichment'
--------------------------------
Answer: YES(?,O(n^1))
Input Problem: innermost relative runtime-complexity with respect to
Strict Rules:
{ active(f(X)) -> f(active(X))
, active(g(X)) -> g(active(X))
, f(mark(X)) -> mark(f(X))
, g(mark(X)) -> mark(g(X))
, f(ok(X)) -> ok(f(X))
, g(ok(X)) -> ok(g(X))
, c(ok(X)) -> ok(c(X))}
Weak Rules:
{ active(f(f(a()))) -> mark(c(f(g(f(a())))))
, g^#(ok(X)) -> c_11(g^#(X))
, active^#(g(X)) -> c_2(g^#(active(X)))
, g^#(mark(X)) -> c_4(g^#(X))}
Details:
The problem is Match-bounded by 0.
The enriched problem is compatible with the following automaton:
{ a_0() -> 3
, mark_0(3) -> 4
, mark_0(4) -> 4
, mark_0(8) -> 4
, ok_0(3) -> 8
, ok_0(4) -> 8
, ok_0(8) -> 8
, active^#_0(3) -> 10
, active^#_0(4) -> 10
, active^#_0(8) -> 10
, g^#_0(3) -> 16
, g^#_0(4) -> 16
, g^#_0(8) -> 16
, c_4_0(16) -> 16
, c_11_0(16) -> 16}
4) { proper^#(f(X)) -> c_5(f^#(proper(X)))
, f^#(ok(X)) -> c_9(f^#(X))
, f^#(mark(X)) -> c_3(f^#(X))}
The usable rules for this path are the following:
{ proper(f(X)) -> f(proper(X))
, proper(a()) -> ok(a())
, proper(c(X)) -> c(proper(X))
, proper(g(X)) -> g(proper(X))
, f(mark(X)) -> mark(f(X))
, g(mark(X)) -> mark(g(X))
, f(ok(X)) -> ok(f(X))
, g(ok(X)) -> ok(g(X))
, c(ok(X)) -> ok(c(X))}
We have applied the subprocessor on the union of usable rules and weak (innermost) dependency pairs.
'Weight Gap Principle'
----------------------
Answer: YES(?,O(n^1))
Input Problem: innermost runtime-complexity with respect to
Rules:
{ proper(f(X)) -> f(proper(X))
, proper(a()) -> ok(a())
, proper(c(X)) -> c(proper(X))
, proper(g(X)) -> g(proper(X))
, f(mark(X)) -> mark(f(X))
, g(mark(X)) -> mark(g(X))
, f(ok(X)) -> ok(f(X))
, g(ok(X)) -> ok(g(X))
, c(ok(X)) -> ok(c(X))
, proper^#(f(X)) -> c_5(f^#(proper(X)))
, f^#(ok(X)) -> c_9(f^#(X))
, f^#(mark(X)) -> c_3(f^#(X))}
Details:
We apply the weight gap principle, strictly orienting the rules
{f^#(ok(X)) -> c_9(f^#(X))}
and weakly orienting the rules
{}
using the following strongly linear interpretation:
Processor 'Matrix Interpretation' oriented the following rules strictly:
{f^#(ok(X)) -> c_9(f^#(X))}
Details:
Interpretation Functions:
active(x1) = [0] x1 + [0]
f(x1) = [1] x1 + [0]
a() = [0]
mark(x1) = [1] x1 + [0]
c(x1) = [1] x1 + [0]
g(x1) = [1] x1 + [2]
proper(x1) = [1] x1 + [1]
ok(x1) = [1] x1 + [1]
top(x1) = [0] x1 + [0]
active^#(x1) = [0] x1 + [0]
c_0(x1) = [0] x1 + [0]
c^#(x1) = [0] x1 + [0]
c_1(x1) = [0] x1 + [0]
f^#(x1) = [1] x1 + [0]
c_2(x1) = [0] x1 + [0]
g^#(x1) = [0] x1 + [0]
c_3(x1) = [1] x1 + [1]
c_4(x1) = [0] x1 + [0]
proper^#(x1) = [1] x1 + [1]
c_5(x1) = [1] x1 + [0]
c_6() = [0]
c_7(x1) = [0] x1 + [0]
c_8(x1) = [0] x1 + [0]
c_9(x1) = [1] x1 + [0]
c_10(x1) = [0] x1 + [0]
c_11(x1) = [0] x1 + [0]
top^#(x1) = [0] x1 + [0]
c_12(x1) = [0] x1 + [0]
c_13(x1) = [0] x1 + [0]
Finally we apply the subprocessor
We apply the weight gap principle, strictly orienting the rules
{proper^#(f(X)) -> c_5(f^#(proper(X)))}
and weakly orienting the rules
{f^#(ok(X)) -> c_9(f^#(X))}
using the following strongly linear interpretation:
Processor 'Matrix Interpretation' oriented the following rules strictly:
{proper^#(f(X)) -> c_5(f^#(proper(X)))}
Details:
Interpretation Functions:
active(x1) = [0] x1 + [0]
f(x1) = [1] x1 + [0]
a() = [0]
mark(x1) = [1] x1 + [0]
c(x1) = [1] x1 + [0]
g(x1) = [1] x1 + [0]
proper(x1) = [1] x1 + [1]
ok(x1) = [1] x1 + [1]
top(x1) = [0] x1 + [0]
active^#(x1) = [0] x1 + [0]
c_0(x1) = [0] x1 + [0]
c^#(x1) = [0] x1 + [0]
c_1(x1) = [0] x1 + [0]
f^#(x1) = [1] x1 + [0]
c_2(x1) = [0] x1 + [0]
g^#(x1) = [0] x1 + [0]
c_3(x1) = [1] x1 + [1]
c_4(x1) = [0] x1 + [0]
proper^#(x1) = [1] x1 + [9]
c_5(x1) = [1] x1 + [0]
c_6() = [0]
c_7(x1) = [0] x1 + [0]
c_8(x1) = [0] x1 + [0]
c_9(x1) = [1] x1 + [1]
c_10(x1) = [0] x1 + [0]
c_11(x1) = [0] x1 + [0]
top^#(x1) = [0] x1 + [0]
c_12(x1) = [0] x1 + [0]
c_13(x1) = [0] x1 + [0]
Finally we apply the subprocessor
We apply the weight gap principle, strictly orienting the rules
{f^#(mark(X)) -> c_3(f^#(X))}
and weakly orienting the rules
{ proper^#(f(X)) -> c_5(f^#(proper(X)))
, f^#(ok(X)) -> c_9(f^#(X))}
using the following strongly linear interpretation:
Processor 'Matrix Interpretation' oriented the following rules strictly:
{f^#(mark(X)) -> c_3(f^#(X))}
Details:
Interpretation Functions:
active(x1) = [0] x1 + [0]
f(x1) = [1] x1 + [0]
a() = [0]
mark(x1) = [1] x1 + [8]
c(x1) = [1] x1 + [0]
g(x1) = [1] x1 + [0]
proper(x1) = [1] x1 + [1]
ok(x1) = [1] x1 + [1]
top(x1) = [0] x1 + [0]
active^#(x1) = [0] x1 + [0]
c_0(x1) = [0] x1 + [0]
c^#(x1) = [0] x1 + [0]
c_1(x1) = [0] x1 + [0]
f^#(x1) = [1] x1 + [0]
c_2(x1) = [0] x1 + [0]
g^#(x1) = [0] x1 + [0]
c_3(x1) = [1] x1 + [1]
c_4(x1) = [0] x1 + [0]
proper^#(x1) = [1] x1 + [9]
c_5(x1) = [1] x1 + [8]
c_6() = [0]
c_7(x1) = [0] x1 + [0]
c_8(x1) = [0] x1 + [0]
c_9(x1) = [1] x1 + [1]
c_10(x1) = [0] x1 + [0]
c_11(x1) = [0] x1 + [0]
top^#(x1) = [0] x1 + [0]
c_12(x1) = [0] x1 + [0]
c_13(x1) = [0] x1 + [0]
Finally we apply the subprocessor
We apply the weight gap principle, strictly orienting the rules
{proper(a()) -> ok(a())}
and weakly orienting the rules
{ f^#(mark(X)) -> c_3(f^#(X))
, proper^#(f(X)) -> c_5(f^#(proper(X)))
, f^#(ok(X)) -> c_9(f^#(X))}
using the following strongly linear interpretation:
Processor 'Matrix Interpretation' oriented the following rules strictly:
{proper(a()) -> ok(a())}
Details:
Interpretation Functions:
active(x1) = [0] x1 + [0]
f(x1) = [1] x1 + [0]
a() = [1]
mark(x1) = [1] x1 + [2]
c(x1) = [1] x1 + [0]
g(x1) = [1] x1 + [0]
proper(x1) = [1] x1 + [5]
ok(x1) = [1] x1 + [2]
top(x1) = [0] x1 + [0]
active^#(x1) = [0] x1 + [0]
c_0(x1) = [0] x1 + [0]
c^#(x1) = [0] x1 + [0]
c_1(x1) = [0] x1 + [0]
f^#(x1) = [1] x1 + [7]
c_2(x1) = [0] x1 + [0]
g^#(x1) = [0] x1 + [0]
c_3(x1) = [1] x1 + [0]
c_4(x1) = [0] x1 + [0]
proper^#(x1) = [1] x1 + [13]
c_5(x1) = [1] x1 + [1]
c_6() = [0]
c_7(x1) = [0] x1 + [0]
c_8(x1) = [0] x1 + [0]
c_9(x1) = [1] x1 + [1]
c_10(x1) = [0] x1 + [0]
c_11(x1) = [0] x1 + [0]
top^#(x1) = [0] x1 + [0]
c_12(x1) = [0] x1 + [0]
c_13(x1) = [0] x1 + [0]
Finally we apply the subprocessor
'fastest of 'combine', 'Bounds with default enrichment', 'Bounds with default enrichment''
------------------------------------------------------------------------------------------
Answer: YES(?,O(n^1))
Input Problem: innermost relative runtime-complexity with respect to
Strict Rules:
{ proper(f(X)) -> f(proper(X))
, proper(c(X)) -> c(proper(X))
, proper(g(X)) -> g(proper(X))
, f(mark(X)) -> mark(f(X))
, g(mark(X)) -> mark(g(X))
, f(ok(X)) -> ok(f(X))
, g(ok(X)) -> ok(g(X))
, c(ok(X)) -> ok(c(X))}
Weak Rules:
{ proper(a()) -> ok(a())
, f^#(mark(X)) -> c_3(f^#(X))
, proper^#(f(X)) -> c_5(f^#(proper(X)))
, f^#(ok(X)) -> c_9(f^#(X))}
Details:
The problem was solved by processor 'Bounds with default enrichment':
'Bounds with default enrichment'
--------------------------------
Answer: YES(?,O(n^1))
Input Problem: innermost relative runtime-complexity with respect to
Strict Rules:
{ proper(f(X)) -> f(proper(X))
, proper(c(X)) -> c(proper(X))
, proper(g(X)) -> g(proper(X))
, f(mark(X)) -> mark(f(X))
, g(mark(X)) -> mark(g(X))
, f(ok(X)) -> ok(f(X))
, g(ok(X)) -> ok(g(X))
, c(ok(X)) -> ok(c(X))}
Weak Rules:
{ proper(a()) -> ok(a())
, f^#(mark(X)) -> c_3(f^#(X))
, proper^#(f(X)) -> c_5(f^#(proper(X)))
, f^#(ok(X)) -> c_9(f^#(X))}
Details:
The problem is Match-bounded by 0.
The enriched problem is compatible with the following automaton:
{ a_0() -> 3
, mark_0(3) -> 4
, mark_0(4) -> 4
, mark_0(8) -> 4
, ok_0(3) -> 8
, ok_0(4) -> 8
, ok_0(8) -> 8
, f^#_0(3) -> 14
, f^#_0(4) -> 14
, f^#_0(8) -> 14
, c_3_0(14) -> 14
, proper^#_0(3) -> 19
, proper^#_0(4) -> 19
, proper^#_0(8) -> 19
, c_9_0(14) -> 14}
5) { proper^#(g(X)) -> c_8(g^#(proper(X)))
, g^#(ok(X)) -> c_11(g^#(X))
, g^#(mark(X)) -> c_4(g^#(X))}
The usable rules for this path are the following:
{ proper(f(X)) -> f(proper(X))
, proper(a()) -> ok(a())
, proper(c(X)) -> c(proper(X))
, proper(g(X)) -> g(proper(X))
, f(mark(X)) -> mark(f(X))
, g(mark(X)) -> mark(g(X))
, f(ok(X)) -> ok(f(X))
, g(ok(X)) -> ok(g(X))
, c(ok(X)) -> ok(c(X))}
We have applied the subprocessor on the union of usable rules and weak (innermost) dependency pairs.
'Weight Gap Principle'
----------------------
Answer: YES(?,O(n^1))
Input Problem: innermost runtime-complexity with respect to
Rules:
{ proper(f(X)) -> f(proper(X))
, proper(a()) -> ok(a())
, proper(c(X)) -> c(proper(X))
, proper(g(X)) -> g(proper(X))
, f(mark(X)) -> mark(f(X))
, g(mark(X)) -> mark(g(X))
, f(ok(X)) -> ok(f(X))
, g(ok(X)) -> ok(g(X))
, c(ok(X)) -> ok(c(X))
, proper^#(g(X)) -> c_8(g^#(proper(X)))
, g^#(ok(X)) -> c_11(g^#(X))
, g^#(mark(X)) -> c_4(g^#(X))}
Details:
We apply the weight gap principle, strictly orienting the rules
{g^#(ok(X)) -> c_11(g^#(X))}
and weakly orienting the rules
{}
using the following strongly linear interpretation:
Processor 'Matrix Interpretation' oriented the following rules strictly:
{g^#(ok(X)) -> c_11(g^#(X))}
Details:
Interpretation Functions:
active(x1) = [0] x1 + [0]
f(x1) = [1] x1 + [0]
a() = [0]
mark(x1) = [1] x1 + [0]
c(x1) = [1] x1 + [0]
g(x1) = [1] x1 + [2]
proper(x1) = [1] x1 + [1]
ok(x1) = [1] x1 + [1]
top(x1) = [0] x1 + [0]
active^#(x1) = [0] x1 + [0]
c_0(x1) = [0] x1 + [0]
c^#(x1) = [0] x1 + [0]
c_1(x1) = [0] x1 + [0]
f^#(x1) = [0] x1 + [0]
c_2(x1) = [0] x1 + [0]
g^#(x1) = [1] x1 + [7]
c_3(x1) = [0] x1 + [0]
c_4(x1) = [1] x1 + [0]
proper^#(x1) = [1] x1 + [1]
c_5(x1) = [0] x1 + [0]
c_6() = [0]
c_7(x1) = [0] x1 + [0]
c_8(x1) = [1] x1 + [1]
c_9(x1) = [0] x1 + [0]
c_10(x1) = [0] x1 + [0]
c_11(x1) = [1] x1 + [0]
top^#(x1) = [0] x1 + [0]
c_12(x1) = [0] x1 + [0]
c_13(x1) = [0] x1 + [0]
Finally we apply the subprocessor
We apply the weight gap principle, strictly orienting the rules
{proper^#(g(X)) -> c_8(g^#(proper(X)))}
and weakly orienting the rules
{g^#(ok(X)) -> c_11(g^#(X))}
using the following strongly linear interpretation:
Processor 'Matrix Interpretation' oriented the following rules strictly:
{proper^#(g(X)) -> c_8(g^#(proper(X)))}
Details:
Interpretation Functions:
active(x1) = [0] x1 + [0]
f(x1) = [1] x1 + [0]
a() = [0]
mark(x1) = [1] x1 + [0]
c(x1) = [1] x1 + [0]
g(x1) = [1] x1 + [0]
proper(x1) = [1] x1 + [1]
ok(x1) = [1] x1 + [1]
top(x1) = [0] x1 + [0]
active^#(x1) = [0] x1 + [0]
c_0(x1) = [0] x1 + [0]
c^#(x1) = [0] x1 + [0]
c_1(x1) = [0] x1 + [0]
f^#(x1) = [0] x1 + [0]
c_2(x1) = [0] x1 + [0]
g^#(x1) = [1] x1 + [0]
c_3(x1) = [0] x1 + [0]
c_4(x1) = [1] x1 + [5]
proper^#(x1) = [1] x1 + [2]
c_5(x1) = [0] x1 + [0]
c_6() = [0]
c_7(x1) = [0] x1 + [0]
c_8(x1) = [1] x1 + [0]
c_9(x1) = [0] x1 + [0]
c_10(x1) = [0] x1 + [0]
c_11(x1) = [1] x1 + [1]
top^#(x1) = [0] x1 + [0]
c_12(x1) = [0] x1 + [0]
c_13(x1) = [0] x1 + [0]
Finally we apply the subprocessor
We apply the weight gap principle, strictly orienting the rules
{g^#(mark(X)) -> c_4(g^#(X))}
and weakly orienting the rules
{ proper^#(g(X)) -> c_8(g^#(proper(X)))
, g^#(ok(X)) -> c_11(g^#(X))}
using the following strongly linear interpretation:
Processor 'Matrix Interpretation' oriented the following rules strictly:
{g^#(mark(X)) -> c_4(g^#(X))}
Details:
Interpretation Functions:
active(x1) = [0] x1 + [0]
f(x1) = [1] x1 + [0]
a() = [0]
mark(x1) = [1] x1 + [8]
c(x1) = [1] x1 + [0]
g(x1) = [1] x1 + [0]
proper(x1) = [1] x1 + [1]
ok(x1) = [1] x1 + [1]
top(x1) = [0] x1 + [0]
active^#(x1) = [0] x1 + [0]
c_0(x1) = [0] x1 + [0]
c^#(x1) = [0] x1 + [0]
c_1(x1) = [0] x1 + [0]
f^#(x1) = [0] x1 + [0]
c_2(x1) = [0] x1 + [0]
g^#(x1) = [1] x1 + [0]
c_3(x1) = [0] x1 + [0]
c_4(x1) = [1] x1 + [1]
proper^#(x1) = [1] x1 + [9]
c_5(x1) = [0] x1 + [0]
c_6() = [0]
c_7(x1) = [0] x1 + [0]
c_8(x1) = [1] x1 + [8]
c_9(x1) = [0] x1 + [0]
c_10(x1) = [0] x1 + [0]
c_11(x1) = [1] x1 + [1]
top^#(x1) = [0] x1 + [0]
c_12(x1) = [0] x1 + [0]
c_13(x1) = [0] x1 + [0]
Finally we apply the subprocessor
We apply the weight gap principle, strictly orienting the rules
{proper(a()) -> ok(a())}
and weakly orienting the rules
{ g^#(mark(X)) -> c_4(g^#(X))
, proper^#(g(X)) -> c_8(g^#(proper(X)))
, g^#(ok(X)) -> c_11(g^#(X))}
using the following strongly linear interpretation:
Processor 'Matrix Interpretation' oriented the following rules strictly:
{proper(a()) -> ok(a())}
Details:
Interpretation Functions:
active(x1) = [0] x1 + [0]
f(x1) = [1] x1 + [0]
a() = [3]
mark(x1) = [1] x1 + [0]
c(x1) = [1] x1 + [0]
g(x1) = [1] x1 + [0]
proper(x1) = [1] x1 + [1]
ok(x1) = [1] x1 + [0]
top(x1) = [0] x1 + [0]
active^#(x1) = [0] x1 + [0]
c_0(x1) = [0] x1 + [0]
c^#(x1) = [0] x1 + [0]
c_1(x1) = [0] x1 + [0]
f^#(x1) = [0] x1 + [0]
c_2(x1) = [0] x1 + [0]
g^#(x1) = [1] x1 + [0]
c_3(x1) = [0] x1 + [0]
c_4(x1) = [1] x1 + [0]
proper^#(x1) = [1] x1 + [1]
c_5(x1) = [0] x1 + [0]
c_6() = [0]
c_7(x1) = [0] x1 + [0]
c_8(x1) = [1] x1 + [0]
c_9(x1) = [0] x1 + [0]
c_10(x1) = [0] x1 + [0]
c_11(x1) = [1] x1 + [0]
top^#(x1) = [0] x1 + [0]
c_12(x1) = [0] x1 + [0]
c_13(x1) = [0] x1 + [0]
Finally we apply the subprocessor
'fastest of 'combine', 'Bounds with default enrichment', 'Bounds with default enrichment''
------------------------------------------------------------------------------------------
Answer: YES(?,O(n^1))
Input Problem: innermost relative runtime-complexity with respect to
Strict Rules:
{ proper(f(X)) -> f(proper(X))
, proper(c(X)) -> c(proper(X))
, proper(g(X)) -> g(proper(X))
, f(mark(X)) -> mark(f(X))
, g(mark(X)) -> mark(g(X))
, f(ok(X)) -> ok(f(X))
, g(ok(X)) -> ok(g(X))
, c(ok(X)) -> ok(c(X))}
Weak Rules:
{ proper(a()) -> ok(a())
, g^#(mark(X)) -> c_4(g^#(X))
, proper^#(g(X)) -> c_8(g^#(proper(X)))
, g^#(ok(X)) -> c_11(g^#(X))}
Details:
The problem was solved by processor 'Bounds with default enrichment':
'Bounds with default enrichment'
--------------------------------
Answer: YES(?,O(n^1))
Input Problem: innermost relative runtime-complexity with respect to
Strict Rules:
{ proper(f(X)) -> f(proper(X))
, proper(c(X)) -> c(proper(X))
, proper(g(X)) -> g(proper(X))
, f(mark(X)) -> mark(f(X))
, g(mark(X)) -> mark(g(X))
, f(ok(X)) -> ok(f(X))
, g(ok(X)) -> ok(g(X))
, c(ok(X)) -> ok(c(X))}
Weak Rules:
{ proper(a()) -> ok(a())
, g^#(mark(X)) -> c_4(g^#(X))
, proper^#(g(X)) -> c_8(g^#(proper(X)))
, g^#(ok(X)) -> c_11(g^#(X))}
Details:
The problem is Match-bounded by 0.
The enriched problem is compatible with the following automaton:
{ a_0() -> 3
, mark_0(3) -> 4
, mark_0(4) -> 4
, mark_0(8) -> 4
, ok_0(3) -> 8
, ok_0(4) -> 8
, ok_0(8) -> 8
, g^#_0(3) -> 16
, g^#_0(4) -> 16
, g^#_0(8) -> 16
, c_4_0(16) -> 16
, proper^#_0(3) -> 19
, proper^#_0(4) -> 19
, proper^#_0(8) -> 19
, c_11_0(16) -> 16}
6) { proper^#(c(X)) -> c_7(c^#(proper(X)))
, c^#(ok(X)) -> c_10(c^#(X))}
The usable rules for this path are the following:
{ proper(f(X)) -> f(proper(X))
, proper(a()) -> ok(a())
, proper(c(X)) -> c(proper(X))
, proper(g(X)) -> g(proper(X))
, f(mark(X)) -> mark(f(X))
, g(mark(X)) -> mark(g(X))
, f(ok(X)) -> ok(f(X))
, g(ok(X)) -> ok(g(X))
, c(ok(X)) -> ok(c(X))}
We have applied the subprocessor on the union of usable rules and weak (innermost) dependency pairs.
'Weight Gap Principle'
----------------------
Answer: YES(?,O(n^1))
Input Problem: innermost runtime-complexity with respect to
Rules:
{ proper(f(X)) -> f(proper(X))
, proper(a()) -> ok(a())
, proper(c(X)) -> c(proper(X))
, proper(g(X)) -> g(proper(X))
, f(mark(X)) -> mark(f(X))
, g(mark(X)) -> mark(g(X))
, f(ok(X)) -> ok(f(X))
, g(ok(X)) -> ok(g(X))
, c(ok(X)) -> ok(c(X))
, proper^#(c(X)) -> c_7(c^#(proper(X)))
, c^#(ok(X)) -> c_10(c^#(X))}
Details:
We apply the weight gap principle, strictly orienting the rules
{proper^#(c(X)) -> c_7(c^#(proper(X)))}
and weakly orienting the rules
{}
using the following strongly linear interpretation:
Processor 'Matrix Interpretation' oriented the following rules strictly:
{proper^#(c(X)) -> c_7(c^#(proper(X)))}
Details:
Interpretation Functions:
active(x1) = [0] x1 + [0]
f(x1) = [1] x1 + [0]
a() = [0]
mark(x1) = [1] x1 + [0]
c(x1) = [1] x1 + [0]
g(x1) = [1] x1 + [0]
proper(x1) = [1] x1 + [1]
ok(x1) = [1] x1 + [1]
top(x1) = [0] x1 + [0]
active^#(x1) = [0] x1 + [0]
c_0(x1) = [0] x1 + [0]
c^#(x1) = [1] x1 + [1]
c_1(x1) = [0] x1 + [0]
f^#(x1) = [0] x1 + [0]
c_2(x1) = [0] x1 + [0]
g^#(x1) = [0] x1 + [0]
c_3(x1) = [0] x1 + [0]
c_4(x1) = [0] x1 + [0]
proper^#(x1) = [1] x1 + [11]
c_5(x1) = [0] x1 + [0]
c_6() = [0]
c_7(x1) = [1] x1 + [5]
c_8(x1) = [0] x1 + [0]
c_9(x1) = [0] x1 + [0]
c_10(x1) = [1] x1 + [15]
c_11(x1) = [0] x1 + [0]
top^#(x1) = [0] x1 + [0]
c_12(x1) = [0] x1 + [0]
c_13(x1) = [0] x1 + [0]
Finally we apply the subprocessor
We apply the weight gap principle, strictly orienting the rules
{c^#(ok(X)) -> c_10(c^#(X))}
and weakly orienting the rules
{proper^#(c(X)) -> c_7(c^#(proper(X)))}
using the following strongly linear interpretation:
Processor 'Matrix Interpretation' oriented the following rules strictly:
{c^#(ok(X)) -> c_10(c^#(X))}
Details:
Interpretation Functions:
active(x1) = [0] x1 + [0]
f(x1) = [1] x1 + [0]
a() = [0]
mark(x1) = [1] x1 + [0]
c(x1) = [1] x1 + [0]
g(x1) = [1] x1 + [0]
proper(x1) = [1] x1 + [1]
ok(x1) = [1] x1 + [1]
top(x1) = [0] x1 + [0]
active^#(x1) = [0] x1 + [0]
c_0(x1) = [0] x1 + [0]
c^#(x1) = [1] x1 + [0]
c_1(x1) = [0] x1 + [0]
f^#(x1) = [0] x1 + [0]
c_2(x1) = [0] x1 + [0]
g^#(x1) = [0] x1 + [0]
c_3(x1) = [0] x1 + [0]
c_4(x1) = [0] x1 + [0]
proper^#(x1) = [1] x1 + [1]
c_5(x1) = [0] x1 + [0]
c_6() = [0]
c_7(x1) = [1] x1 + [0]
c_8(x1) = [0] x1 + [0]
c_9(x1) = [0] x1 + [0]
c_10(x1) = [1] x1 + [0]
c_11(x1) = [0] x1 + [0]
top^#(x1) = [0] x1 + [0]
c_12(x1) = [0] x1 + [0]
c_13(x1) = [0] x1 + [0]
Finally we apply the subprocessor
We apply the weight gap principle, strictly orienting the rules
{proper(a()) -> ok(a())}
and weakly orienting the rules
{ c^#(ok(X)) -> c_10(c^#(X))
, proper^#(c(X)) -> c_7(c^#(proper(X)))}
using the following strongly linear interpretation:
Processor 'Matrix Interpretation' oriented the following rules strictly:
{proper(a()) -> ok(a())}
Details:
Interpretation Functions:
active(x1) = [0] x1 + [0]
f(x1) = [1] x1 + [0]
a() = [0]
mark(x1) = [1] x1 + [0]
c(x1) = [1] x1 + [0]
g(x1) = [1] x1 + [0]
proper(x1) = [1] x1 + [1]
ok(x1) = [1] x1 + [0]
top(x1) = [0] x1 + [0]
active^#(x1) = [0] x1 + [0]
c_0(x1) = [0] x1 + [0]
c^#(x1) = [1] x1 + [0]
c_1(x1) = [0] x1 + [0]
f^#(x1) = [0] x1 + [0]
c_2(x1) = [0] x1 + [0]
g^#(x1) = [0] x1 + [0]
c_3(x1) = [0] x1 + [0]
c_4(x1) = [0] x1 + [0]
proper^#(x1) = [1] x1 + [11]
c_5(x1) = [0] x1 + [0]
c_6() = [0]
c_7(x1) = [1] x1 + [7]
c_8(x1) = [0] x1 + [0]
c_9(x1) = [0] x1 + [0]
c_10(x1) = [1] x1 + [0]
c_11(x1) = [0] x1 + [0]
top^#(x1) = [0] x1 + [0]
c_12(x1) = [0] x1 + [0]
c_13(x1) = [0] x1 + [0]
Finally we apply the subprocessor
'fastest of 'combine', 'Bounds with default enrichment', 'Bounds with default enrichment''
------------------------------------------------------------------------------------------
Answer: YES(?,O(n^1))
Input Problem: innermost relative runtime-complexity with respect to
Strict Rules:
{ proper(f(X)) -> f(proper(X))
, proper(c(X)) -> c(proper(X))
, proper(g(X)) -> g(proper(X))
, f(mark(X)) -> mark(f(X))
, g(mark(X)) -> mark(g(X))
, f(ok(X)) -> ok(f(X))
, g(ok(X)) -> ok(g(X))
, c(ok(X)) -> ok(c(X))}
Weak Rules:
{ proper(a()) -> ok(a())
, c^#(ok(X)) -> c_10(c^#(X))
, proper^#(c(X)) -> c_7(c^#(proper(X)))}
Details:
The problem was solved by processor 'Bounds with default enrichment':
'Bounds with default enrichment'
--------------------------------
Answer: YES(?,O(n^1))
Input Problem: innermost relative runtime-complexity with respect to
Strict Rules:
{ proper(f(X)) -> f(proper(X))
, proper(c(X)) -> c(proper(X))
, proper(g(X)) -> g(proper(X))
, f(mark(X)) -> mark(f(X))
, g(mark(X)) -> mark(g(X))
, f(ok(X)) -> ok(f(X))
, g(ok(X)) -> ok(g(X))
, c(ok(X)) -> ok(c(X))}
Weak Rules:
{ proper(a()) -> ok(a())
, c^#(ok(X)) -> c_10(c^#(X))
, proper^#(c(X)) -> c_7(c^#(proper(X)))}
Details:
The problem is Match-bounded by 0.
The enriched problem is compatible with the following automaton:
{ a_0() -> 3
, mark_0(3) -> 4
, mark_0(4) -> 4
, mark_0(8) -> 4
, ok_0(3) -> 8
, ok_0(4) -> 8
, ok_0(8) -> 8
, c^#_0(3) -> 12
, c^#_0(4) -> 12
, c^#_0(8) -> 12
, proper^#_0(3) -> 19
, proper^#_0(4) -> 19
, proper^#_0(8) -> 19
, c_10_0(12) -> 12}
7) {active^#(g(X)) -> c_2(g^#(active(X)))}
The usable rules for this path are the following:
{ active(f(f(a()))) -> mark(c(f(g(f(a())))))
, active(f(X)) -> f(active(X))
, active(g(X)) -> g(active(X))
, f(mark(X)) -> mark(f(X))
, g(mark(X)) -> mark(g(X))
, f(ok(X)) -> ok(f(X))
, g(ok(X)) -> ok(g(X))
, c(ok(X)) -> ok(c(X))}
We have applied the subprocessor on the union of usable rules and weak (innermost) dependency pairs.
'Weight Gap Principle'
----------------------
Answer: YES(?,O(n^1))
Input Problem: innermost runtime-complexity with respect to
Rules:
{ active(f(f(a()))) -> mark(c(f(g(f(a())))))
, active(f(X)) -> f(active(X))
, active(g(X)) -> g(active(X))
, f(mark(X)) -> mark(f(X))
, g(mark(X)) -> mark(g(X))
, f(ok(X)) -> ok(f(X))
, g(ok(X)) -> ok(g(X))
, c(ok(X)) -> ok(c(X))
, active^#(g(X)) -> c_2(g^#(active(X)))}
Details:
We apply the weight gap principle, strictly orienting the rules
{active^#(g(X)) -> c_2(g^#(active(X)))}
and weakly orienting the rules
{}
using the following strongly linear interpretation:
Processor 'Matrix Interpretation' oriented the following rules strictly:
{active^#(g(X)) -> c_2(g^#(active(X)))}
Details:
Interpretation Functions:
active(x1) = [1] x1 + [1]
f(x1) = [1] x1 + [0]
a() = [0]
mark(x1) = [1] x1 + [1]
c(x1) = [1] x1 + [0]
g(x1) = [1] x1 + [0]
proper(x1) = [0] x1 + [0]
ok(x1) = [1] x1 + [8]
top(x1) = [0] x1 + [0]
active^#(x1) = [1] x1 + [5]
c_0(x1) = [0] x1 + [0]
c^#(x1) = [0] x1 + [0]
c_1(x1) = [0] x1 + [0]
f^#(x1) = [0] x1 + [0]
c_2(x1) = [1] x1 + [3]
g^#(x1) = [1] x1 + [0]
c_3(x1) = [0] x1 + [0]
c_4(x1) = [0] x1 + [0]
proper^#(x1) = [0] x1 + [0]
c_5(x1) = [0] x1 + [0]
c_6() = [0]
c_7(x1) = [0] x1 + [0]
c_8(x1) = [0] x1 + [0]
c_9(x1) = [0] x1 + [0]
c_10(x1) = [0] x1 + [0]
c_11(x1) = [0] x1 + [0]
top^#(x1) = [0] x1 + [0]
c_12(x1) = [0] x1 + [0]
c_13(x1) = [0] x1 + [0]
Finally we apply the subprocessor
We apply the weight gap principle, strictly orienting the rules
{active(f(f(a()))) -> mark(c(f(g(f(a())))))}
and weakly orienting the rules
{active^#(g(X)) -> c_2(g^#(active(X)))}
using the following strongly linear interpretation:
Processor 'Matrix Interpretation' oriented the following rules strictly:
{active(f(f(a()))) -> mark(c(f(g(f(a())))))}
Details:
Interpretation Functions:
active(x1) = [1] x1 + [1]
f(x1) = [1] x1 + [0]
a() = [0]
mark(x1) = [1] x1 + [0]
c(x1) = [1] x1 + [0]
g(x1) = [1] x1 + [0]
proper(x1) = [0] x1 + [0]
ok(x1) = [1] x1 + [4]
top(x1) = [0] x1 + [0]
active^#(x1) = [1] x1 + [10]
c_0(x1) = [0] x1 + [0]
c^#(x1) = [0] x1 + [0]
c_1(x1) = [0] x1 + [0]
f^#(x1) = [0] x1 + [0]
c_2(x1) = [1] x1 + [8]
g^#(x1) = [1] x1 + [0]
c_3(x1) = [0] x1 + [0]
c_4(x1) = [0] x1 + [0]
proper^#(x1) = [0] x1 + [0]
c_5(x1) = [0] x1 + [0]
c_6() = [0]
c_7(x1) = [0] x1 + [0]
c_8(x1) = [0] x1 + [0]
c_9(x1) = [0] x1 + [0]
c_10(x1) = [0] x1 + [0]
c_11(x1) = [0] x1 + [0]
top^#(x1) = [0] x1 + [0]
c_12(x1) = [0] x1 + [0]
c_13(x1) = [0] x1 + [0]
Finally we apply the subprocessor
'fastest of 'combine', 'Bounds with default enrichment', 'Bounds with default enrichment''
------------------------------------------------------------------------------------------
Answer: YES(?,O(n^1))
Input Problem: innermost relative runtime-complexity with respect to
Strict Rules:
{ active(f(X)) -> f(active(X))
, active(g(X)) -> g(active(X))
, f(mark(X)) -> mark(f(X))
, g(mark(X)) -> mark(g(X))
, f(ok(X)) -> ok(f(X))
, g(ok(X)) -> ok(g(X))
, c(ok(X)) -> ok(c(X))}
Weak Rules:
{ active(f(f(a()))) -> mark(c(f(g(f(a())))))
, active^#(g(X)) -> c_2(g^#(active(X)))}
Details:
The problem was solved by processor 'Bounds with default enrichment':
'Bounds with default enrichment'
--------------------------------
Answer: YES(?,O(n^1))
Input Problem: innermost relative runtime-complexity with respect to
Strict Rules:
{ active(f(X)) -> f(active(X))
, active(g(X)) -> g(active(X))
, f(mark(X)) -> mark(f(X))
, g(mark(X)) -> mark(g(X))
, f(ok(X)) -> ok(f(X))
, g(ok(X)) -> ok(g(X))
, c(ok(X)) -> ok(c(X))}
Weak Rules:
{ active(f(f(a()))) -> mark(c(f(g(f(a())))))
, active^#(g(X)) -> c_2(g^#(active(X)))}
Details:
The problem is Match-bounded by 0.
The enriched problem is compatible with the following automaton:
{ a_0() -> 3
, mark_0(3) -> 4
, mark_0(4) -> 4
, mark_0(8) -> 4
, ok_0(3) -> 8
, ok_0(4) -> 8
, ok_0(8) -> 8
, active^#_0(3) -> 10
, active^#_0(4) -> 10
, active^#_0(8) -> 10
, g^#_0(3) -> 16
, g^#_0(4) -> 16
, g^#_0(8) -> 16}
8) {active^#(f(X)) -> c_1(f^#(active(X)))}
The usable rules for this path are the following:
{ active(f(f(a()))) -> mark(c(f(g(f(a())))))
, active(f(X)) -> f(active(X))
, active(g(X)) -> g(active(X))
, f(mark(X)) -> mark(f(X))
, g(mark(X)) -> mark(g(X))
, f(ok(X)) -> ok(f(X))
, g(ok(X)) -> ok(g(X))
, c(ok(X)) -> ok(c(X))}
We have applied the subprocessor on the union of usable rules and weak (innermost) dependency pairs.
'Weight Gap Principle'
----------------------
Answer: YES(?,O(n^1))
Input Problem: innermost runtime-complexity with respect to
Rules:
{ active(f(f(a()))) -> mark(c(f(g(f(a())))))
, active(f(X)) -> f(active(X))
, active(g(X)) -> g(active(X))
, f(mark(X)) -> mark(f(X))
, g(mark(X)) -> mark(g(X))
, f(ok(X)) -> ok(f(X))
, g(ok(X)) -> ok(g(X))
, c(ok(X)) -> ok(c(X))
, active^#(f(X)) -> c_1(f^#(active(X)))}
Details:
We apply the weight gap principle, strictly orienting the rules
{active^#(f(X)) -> c_1(f^#(active(X)))}
and weakly orienting the rules
{}
using the following strongly linear interpretation:
Processor 'Matrix Interpretation' oriented the following rules strictly:
{active^#(f(X)) -> c_1(f^#(active(X)))}
Details:
Interpretation Functions:
active(x1) = [1] x1 + [1]
f(x1) = [1] x1 + [0]
a() = [0]
mark(x1) = [1] x1 + [1]
c(x1) = [1] x1 + [0]
g(x1) = [1] x1 + [0]
proper(x1) = [0] x1 + [0]
ok(x1) = [1] x1 + [8]
top(x1) = [0] x1 + [0]
active^#(x1) = [1] x1 + [5]
c_0(x1) = [0] x1 + [0]
c^#(x1) = [0] x1 + [0]
c_1(x1) = [1] x1 + [1]
f^#(x1) = [1] x1 + [1]
c_2(x1) = [0] x1 + [0]
g^#(x1) = [0] x1 + [0]
c_3(x1) = [0] x1 + [0]
c_4(x1) = [0] x1 + [0]
proper^#(x1) = [0] x1 + [0]
c_5(x1) = [0] x1 + [0]
c_6() = [0]
c_7(x1) = [0] x1 + [0]
c_8(x1) = [0] x1 + [0]
c_9(x1) = [0] x1 + [0]
c_10(x1) = [0] x1 + [0]
c_11(x1) = [0] x1 + [0]
top^#(x1) = [0] x1 + [0]
c_12(x1) = [0] x1 + [0]
c_13(x1) = [0] x1 + [0]
Finally we apply the subprocessor
We apply the weight gap principle, strictly orienting the rules
{active(f(f(a()))) -> mark(c(f(g(f(a())))))}
and weakly orienting the rules
{active^#(f(X)) -> c_1(f^#(active(X)))}
using the following strongly linear interpretation:
Processor 'Matrix Interpretation' oriented the following rules strictly:
{active(f(f(a()))) -> mark(c(f(g(f(a())))))}
Details:
Interpretation Functions:
active(x1) = [1] x1 + [1]
f(x1) = [1] x1 + [0]
a() = [0]
mark(x1) = [1] x1 + [0]
c(x1) = [1] x1 + [0]
g(x1) = [1] x1 + [0]
proper(x1) = [0] x1 + [0]
ok(x1) = [1] x1 + [0]
top(x1) = [0] x1 + [0]
active^#(x1) = [1] x1 + [9]
c_0(x1) = [0] x1 + [0]
c^#(x1) = [0] x1 + [0]
c_1(x1) = [1] x1 + [0]
f^#(x1) = [1] x1 + [0]
c_2(x1) = [0] x1 + [0]
g^#(x1) = [0] x1 + [0]
c_3(x1) = [0] x1 + [0]
c_4(x1) = [0] x1 + [0]
proper^#(x1) = [0] x1 + [0]
c_5(x1) = [0] x1 + [0]
c_6() = [0]
c_7(x1) = [0] x1 + [0]
c_8(x1) = [0] x1 + [0]
c_9(x1) = [0] x1 + [0]
c_10(x1) = [0] x1 + [0]
c_11(x1) = [0] x1 + [0]
top^#(x1) = [0] x1 + [0]
c_12(x1) = [0] x1 + [0]
c_13(x1) = [0] x1 + [0]
Finally we apply the subprocessor
'fastest of 'combine', 'Bounds with default enrichment', 'Bounds with default enrichment''
------------------------------------------------------------------------------------------
Answer: YES(?,O(n^1))
Input Problem: innermost relative runtime-complexity with respect to
Strict Rules:
{ active(f(X)) -> f(active(X))
, active(g(X)) -> g(active(X))
, f(mark(X)) -> mark(f(X))
, g(mark(X)) -> mark(g(X))
, f(ok(X)) -> ok(f(X))
, g(ok(X)) -> ok(g(X))
, c(ok(X)) -> ok(c(X))}
Weak Rules:
{ active(f(f(a()))) -> mark(c(f(g(f(a())))))
, active^#(f(X)) -> c_1(f^#(active(X)))}
Details:
The problem was solved by processor 'Bounds with default enrichment':
'Bounds with default enrichment'
--------------------------------
Answer: YES(?,O(n^1))
Input Problem: innermost relative runtime-complexity with respect to
Strict Rules:
{ active(f(X)) -> f(active(X))
, active(g(X)) -> g(active(X))
, f(mark(X)) -> mark(f(X))
, g(mark(X)) -> mark(g(X))
, f(ok(X)) -> ok(f(X))
, g(ok(X)) -> ok(g(X))
, c(ok(X)) -> ok(c(X))}
Weak Rules:
{ active(f(f(a()))) -> mark(c(f(g(f(a())))))
, active^#(f(X)) -> c_1(f^#(active(X)))}
Details:
The problem is Match-bounded by 0.
The enriched problem is compatible with the following automaton:
{ a_0() -> 3
, mark_0(3) -> 4
, mark_0(4) -> 4
, mark_0(8) -> 4
, ok_0(3) -> 8
, ok_0(4) -> 8
, ok_0(8) -> 8
, active^#_0(3) -> 10
, active^#_0(4) -> 10
, active^#_0(8) -> 10
, f^#_0(3) -> 14
, f^#_0(4) -> 14
, f^#_0(8) -> 14}
9) {proper^#(g(X)) -> c_8(g^#(proper(X)))}
The usable rules for this path are the following:
{ proper(f(X)) -> f(proper(X))
, proper(a()) -> ok(a())
, proper(c(X)) -> c(proper(X))
, proper(g(X)) -> g(proper(X))
, f(mark(X)) -> mark(f(X))
, g(mark(X)) -> mark(g(X))
, f(ok(X)) -> ok(f(X))
, g(ok(X)) -> ok(g(X))
, c(ok(X)) -> ok(c(X))}
We have applied the subprocessor on the union of usable rules and weak (innermost) dependency pairs.
'Weight Gap Principle'
----------------------
Answer: YES(?,O(n^1))
Input Problem: innermost runtime-complexity with respect to
Rules:
{ proper(f(X)) -> f(proper(X))
, proper(a()) -> ok(a())
, proper(c(X)) -> c(proper(X))
, proper(g(X)) -> g(proper(X))
, f(mark(X)) -> mark(f(X))
, g(mark(X)) -> mark(g(X))
, f(ok(X)) -> ok(f(X))
, g(ok(X)) -> ok(g(X))
, c(ok(X)) -> ok(c(X))
, proper^#(g(X)) -> c_8(g^#(proper(X)))}
Details:
We apply the weight gap principle, strictly orienting the rules
{proper^#(g(X)) -> c_8(g^#(proper(X)))}
and weakly orienting the rules
{}
using the following strongly linear interpretation:
Processor 'Matrix Interpretation' oriented the following rules strictly:
{proper^#(g(X)) -> c_8(g^#(proper(X)))}
Details:
Interpretation Functions:
active(x1) = [0] x1 + [0]
f(x1) = [1] x1 + [0]
a() = [0]
mark(x1) = [1] x1 + [4]
c(x1) = [1] x1 + [0]
g(x1) = [1] x1 + [0]
proper(x1) = [1] x1 + [1]
ok(x1) = [1] x1 + [1]
top(x1) = [0] x1 + [0]
active^#(x1) = [0] x1 + [0]
c_0(x1) = [0] x1 + [0]
c^#(x1) = [0] x1 + [0]
c_1(x1) = [0] x1 + [0]
f^#(x1) = [0] x1 + [0]
c_2(x1) = [0] x1 + [0]
g^#(x1) = [1] x1 + [0]
c_3(x1) = [0] x1 + [0]
c_4(x1) = [0] x1 + [0]
proper^#(x1) = [1] x1 + [9]
c_5(x1) = [0] x1 + [0]
c_6() = [0]
c_7(x1) = [0] x1 + [0]
c_8(x1) = [1] x1 + [0]
c_9(x1) = [0] x1 + [0]
c_10(x1) = [0] x1 + [0]
c_11(x1) = [0] x1 + [0]
top^#(x1) = [0] x1 + [0]
c_12(x1) = [0] x1 + [0]
c_13(x1) = [0] x1 + [0]
Finally we apply the subprocessor
We apply the weight gap principle, strictly orienting the rules
{proper(a()) -> ok(a())}
and weakly orienting the rules
{proper^#(g(X)) -> c_8(g^#(proper(X)))}
using the following strongly linear interpretation:
Processor 'Matrix Interpretation' oriented the following rules strictly:
{proper(a()) -> ok(a())}
Details:
Interpretation Functions:
active(x1) = [0] x1 + [0]
f(x1) = [1] x1 + [0]
a() = [0]
mark(x1) = [1] x1 + [0]
c(x1) = [1] x1 + [0]
g(x1) = [1] x1 + [0]
proper(x1) = [1] x1 + [1]
ok(x1) = [1] x1 + [0]
top(x1) = [0] x1 + [0]
active^#(x1) = [0] x1 + [0]
c_0(x1) = [0] x1 + [0]
c^#(x1) = [0] x1 + [0]
c_1(x1) = [0] x1 + [0]
f^#(x1) = [0] x1 + [0]
c_2(x1) = [0] x1 + [0]
g^#(x1) = [1] x1 + [3]
c_3(x1) = [0] x1 + [0]
c_4(x1) = [0] x1 + [0]
proper^#(x1) = [1] x1 + [8]
c_5(x1) = [0] x1 + [0]
c_6() = [0]
c_7(x1) = [0] x1 + [0]
c_8(x1) = [1] x1 + [1]
c_9(x1) = [0] x1 + [0]
c_10(x1) = [0] x1 + [0]
c_11(x1) = [0] x1 + [0]
top^#(x1) = [0] x1 + [0]
c_12(x1) = [0] x1 + [0]
c_13(x1) = [0] x1 + [0]
Finally we apply the subprocessor
'fastest of 'combine', 'Bounds with default enrichment', 'Bounds with default enrichment''
------------------------------------------------------------------------------------------
Answer: YES(?,O(n^1))
Input Problem: innermost relative runtime-complexity with respect to
Strict Rules:
{ proper(f(X)) -> f(proper(X))
, proper(c(X)) -> c(proper(X))
, proper(g(X)) -> g(proper(X))
, f(mark(X)) -> mark(f(X))
, g(mark(X)) -> mark(g(X))
, f(ok(X)) -> ok(f(X))
, g(ok(X)) -> ok(g(X))
, c(ok(X)) -> ok(c(X))}
Weak Rules:
{ proper(a()) -> ok(a())
, proper^#(g(X)) -> c_8(g^#(proper(X)))}
Details:
The problem was solved by processor 'Bounds with default enrichment':
'Bounds with default enrichment'
--------------------------------
Answer: YES(?,O(n^1))
Input Problem: innermost relative runtime-complexity with respect to
Strict Rules:
{ proper(f(X)) -> f(proper(X))
, proper(c(X)) -> c(proper(X))
, proper(g(X)) -> g(proper(X))
, f(mark(X)) -> mark(f(X))
, g(mark(X)) -> mark(g(X))
, f(ok(X)) -> ok(f(X))
, g(ok(X)) -> ok(g(X))
, c(ok(X)) -> ok(c(X))}
Weak Rules:
{ proper(a()) -> ok(a())
, proper^#(g(X)) -> c_8(g^#(proper(X)))}
Details:
The problem is Match-bounded by 0.
The enriched problem is compatible with the following automaton:
{ a_0() -> 3
, mark_0(3) -> 4
, mark_0(4) -> 4
, mark_0(8) -> 4
, ok_0(3) -> 8
, ok_0(4) -> 8
, ok_0(8) -> 8
, g^#_0(3) -> 16
, g^#_0(4) -> 16
, g^#_0(8) -> 16
, proper^#_0(3) -> 19
, proper^#_0(4) -> 19
, proper^#_0(8) -> 19}
10)
{proper^#(f(X)) -> c_5(f^#(proper(X)))}
The usable rules for this path are the following:
{ proper(f(X)) -> f(proper(X))
, proper(a()) -> ok(a())
, proper(c(X)) -> c(proper(X))
, proper(g(X)) -> g(proper(X))
, f(mark(X)) -> mark(f(X))
, g(mark(X)) -> mark(g(X))
, f(ok(X)) -> ok(f(X))
, g(ok(X)) -> ok(g(X))
, c(ok(X)) -> ok(c(X))}
We have applied the subprocessor on the union of usable rules and weak (innermost) dependency pairs.
'Weight Gap Principle'
----------------------
Answer: YES(?,O(n^1))
Input Problem: innermost runtime-complexity with respect to
Rules:
{ proper(f(X)) -> f(proper(X))
, proper(a()) -> ok(a())
, proper(c(X)) -> c(proper(X))
, proper(g(X)) -> g(proper(X))
, f(mark(X)) -> mark(f(X))
, g(mark(X)) -> mark(g(X))
, f(ok(X)) -> ok(f(X))
, g(ok(X)) -> ok(g(X))
, c(ok(X)) -> ok(c(X))
, proper^#(f(X)) -> c_5(f^#(proper(X)))}
Details:
We apply the weight gap principle, strictly orienting the rules
{proper^#(f(X)) -> c_5(f^#(proper(X)))}
and weakly orienting the rules
{}
using the following strongly linear interpretation:
Processor 'Matrix Interpretation' oriented the following rules strictly:
{proper^#(f(X)) -> c_5(f^#(proper(X)))}
Details:
Interpretation Functions:
active(x1) = [0] x1 + [0]
f(x1) = [1] x1 + [0]
a() = [0]
mark(x1) = [1] x1 + [4]
c(x1) = [1] x1 + [0]
g(x1) = [1] x1 + [0]
proper(x1) = [1] x1 + [1]
ok(x1) = [1] x1 + [1]
top(x1) = [0] x1 + [0]
active^#(x1) = [0] x1 + [0]
c_0(x1) = [0] x1 + [0]
c^#(x1) = [0] x1 + [0]
c_1(x1) = [0] x1 + [0]
f^#(x1) = [1] x1 + [0]
c_2(x1) = [0] x1 + [0]
g^#(x1) = [0] x1 + [0]
c_3(x1) = [0] x1 + [0]
c_4(x1) = [0] x1 + [0]
proper^#(x1) = [1] x1 + [9]
c_5(x1) = [1] x1 + [0]
c_6() = [0]
c_7(x1) = [0] x1 + [0]
c_8(x1) = [0] x1 + [0]
c_9(x1) = [0] x1 + [0]
c_10(x1) = [0] x1 + [0]
c_11(x1) = [0] x1 + [0]
top^#(x1) = [0] x1 + [0]
c_12(x1) = [0] x1 + [0]
c_13(x1) = [0] x1 + [0]
Finally we apply the subprocessor
We apply the weight gap principle, strictly orienting the rules
{proper(a()) -> ok(a())}
and weakly orienting the rules
{proper^#(f(X)) -> c_5(f^#(proper(X)))}
using the following strongly linear interpretation:
Processor 'Matrix Interpretation' oriented the following rules strictly:
{proper(a()) -> ok(a())}
Details:
Interpretation Functions:
active(x1) = [0] x1 + [0]
f(x1) = [1] x1 + [0]
a() = [0]
mark(x1) = [1] x1 + [0]
c(x1) = [1] x1 + [0]
g(x1) = [1] x1 + [0]
proper(x1) = [1] x1 + [1]
ok(x1) = [1] x1 + [0]
top(x1) = [0] x1 + [0]
active^#(x1) = [0] x1 + [0]
c_0(x1) = [0] x1 + [0]
c^#(x1) = [0] x1 + [0]
c_1(x1) = [0] x1 + [0]
f^#(x1) = [1] x1 + [10]
c_2(x1) = [0] x1 + [0]
g^#(x1) = [0] x1 + [0]
c_3(x1) = [0] x1 + [0]
c_4(x1) = [0] x1 + [0]
proper^#(x1) = [1] x1 + [14]
c_5(x1) = [1] x1 + [2]
c_6() = [0]
c_7(x1) = [0] x1 + [0]
c_8(x1) = [0] x1 + [0]
c_9(x1) = [0] x1 + [0]
c_10(x1) = [0] x1 + [0]
c_11(x1) = [0] x1 + [0]
top^#(x1) = [0] x1 + [0]
c_12(x1) = [0] x1 + [0]
c_13(x1) = [0] x1 + [0]
Finally we apply the subprocessor
'fastest of 'combine', 'Bounds with default enrichment', 'Bounds with default enrichment''
------------------------------------------------------------------------------------------
Answer: YES(?,O(n^1))
Input Problem: innermost relative runtime-complexity with respect to
Strict Rules:
{ proper(f(X)) -> f(proper(X))
, proper(c(X)) -> c(proper(X))
, proper(g(X)) -> g(proper(X))
, f(mark(X)) -> mark(f(X))
, g(mark(X)) -> mark(g(X))
, f(ok(X)) -> ok(f(X))
, g(ok(X)) -> ok(g(X))
, c(ok(X)) -> ok(c(X))}
Weak Rules:
{ proper(a()) -> ok(a())
, proper^#(f(X)) -> c_5(f^#(proper(X)))}
Details:
The problem was solved by processor 'Bounds with default enrichment':
'Bounds with default enrichment'
--------------------------------
Answer: YES(?,O(n^1))
Input Problem: innermost relative runtime-complexity with respect to
Strict Rules:
{ proper(f(X)) -> f(proper(X))
, proper(c(X)) -> c(proper(X))
, proper(g(X)) -> g(proper(X))
, f(mark(X)) -> mark(f(X))
, g(mark(X)) -> mark(g(X))
, f(ok(X)) -> ok(f(X))
, g(ok(X)) -> ok(g(X))
, c(ok(X)) -> ok(c(X))}
Weak Rules:
{ proper(a()) -> ok(a())
, proper^#(f(X)) -> c_5(f^#(proper(X)))}
Details:
The problem is Match-bounded by 0.
The enriched problem is compatible with the following automaton:
{ a_0() -> 3
, mark_0(3) -> 4
, mark_0(4) -> 4
, mark_0(8) -> 4
, ok_0(3) -> 8
, ok_0(4) -> 8
, ok_0(8) -> 8
, f^#_0(3) -> 14
, f^#_0(4) -> 14
, f^#_0(8) -> 14
, proper^#_0(3) -> 19
, proper^#_0(4) -> 19
, proper^#_0(8) -> 19}
11)
{proper^#(c(X)) -> c_7(c^#(proper(X)))}
The usable rules for this path are the following:
{ proper(f(X)) -> f(proper(X))
, proper(a()) -> ok(a())
, proper(c(X)) -> c(proper(X))
, proper(g(X)) -> g(proper(X))
, f(mark(X)) -> mark(f(X))
, g(mark(X)) -> mark(g(X))
, f(ok(X)) -> ok(f(X))
, g(ok(X)) -> ok(g(X))
, c(ok(X)) -> ok(c(X))}
We have applied the subprocessor on the union of usable rules and weak (innermost) dependency pairs.
'Weight Gap Principle'
----------------------
Answer: YES(?,O(n^1))
Input Problem: innermost runtime-complexity with respect to
Rules:
{ proper(f(X)) -> f(proper(X))
, proper(a()) -> ok(a())
, proper(c(X)) -> c(proper(X))
, proper(g(X)) -> g(proper(X))
, f(mark(X)) -> mark(f(X))
, g(mark(X)) -> mark(g(X))
, f(ok(X)) -> ok(f(X))
, g(ok(X)) -> ok(g(X))
, c(ok(X)) -> ok(c(X))
, proper^#(c(X)) -> c_7(c^#(proper(X)))}
Details:
We apply the weight gap principle, strictly orienting the rules
{proper^#(c(X)) -> c_7(c^#(proper(X)))}
and weakly orienting the rules
{}
using the following strongly linear interpretation:
Processor 'Matrix Interpretation' oriented the following rules strictly:
{proper^#(c(X)) -> c_7(c^#(proper(X)))}
Details:
Interpretation Functions:
active(x1) = [0] x1 + [0]
f(x1) = [1] x1 + [0]
a() = [0]
mark(x1) = [1] x1 + [4]
c(x1) = [1] x1 + [0]
g(x1) = [1] x1 + [0]
proper(x1) = [1] x1 + [1]
ok(x1) = [1] x1 + [1]
top(x1) = [0] x1 + [0]
active^#(x1) = [0] x1 + [0]
c_0(x1) = [0] x1 + [0]
c^#(x1) = [1] x1 + [0]
c_1(x1) = [0] x1 + [0]
f^#(x1) = [0] x1 + [0]
c_2(x1) = [0] x1 + [0]
g^#(x1) = [0] x1 + [0]
c_3(x1) = [0] x1 + [0]
c_4(x1) = [0] x1 + [0]
proper^#(x1) = [1] x1 + [9]
c_5(x1) = [0] x1 + [0]
c_6() = [0]
c_7(x1) = [1] x1 + [0]
c_8(x1) = [0] x1 + [0]
c_9(x1) = [0] x1 + [0]
c_10(x1) = [0] x1 + [0]
c_11(x1) = [0] x1 + [0]
top^#(x1) = [0] x1 + [0]
c_12(x1) = [0] x1 + [0]
c_13(x1) = [0] x1 + [0]
Finally we apply the subprocessor
We apply the weight gap principle, strictly orienting the rules
{proper(a()) -> ok(a())}
and weakly orienting the rules
{proper^#(c(X)) -> c_7(c^#(proper(X)))}
using the following strongly linear interpretation:
Processor 'Matrix Interpretation' oriented the following rules strictly:
{proper(a()) -> ok(a())}
Details:
Interpretation Functions:
active(x1) = [0] x1 + [0]
f(x1) = [1] x1 + [0]
a() = [0]
mark(x1) = [1] x1 + [0]
c(x1) = [1] x1 + [0]
g(x1) = [1] x1 + [0]
proper(x1) = [1] x1 + [1]
ok(x1) = [1] x1 + [0]
top(x1) = [0] x1 + [0]
active^#(x1) = [0] x1 + [0]
c_0(x1) = [0] x1 + [0]
c^#(x1) = [1] x1 + [3]
c_1(x1) = [0] x1 + [0]
f^#(x1) = [0] x1 + [0]
c_2(x1) = [0] x1 + [0]
g^#(x1) = [0] x1 + [0]
c_3(x1) = [0] x1 + [0]
c_4(x1) = [0] x1 + [0]
proper^#(x1) = [1] x1 + [8]
c_5(x1) = [0] x1 + [0]
c_6() = [0]
c_7(x1) = [1] x1 + [1]
c_8(x1) = [0] x1 + [0]
c_9(x1) = [0] x1 + [0]
c_10(x1) = [0] x1 + [0]
c_11(x1) = [0] x1 + [0]
top^#(x1) = [0] x1 + [0]
c_12(x1) = [0] x1 + [0]
c_13(x1) = [0] x1 + [0]
Finally we apply the subprocessor
'fastest of 'combine', 'Bounds with default enrichment', 'Bounds with default enrichment''
------------------------------------------------------------------------------------------
Answer: YES(?,O(n^1))
Input Problem: innermost relative runtime-complexity with respect to
Strict Rules:
{ proper(f(X)) -> f(proper(X))
, proper(c(X)) -> c(proper(X))
, proper(g(X)) -> g(proper(X))
, f(mark(X)) -> mark(f(X))
, g(mark(X)) -> mark(g(X))
, f(ok(X)) -> ok(f(X))
, g(ok(X)) -> ok(g(X))
, c(ok(X)) -> ok(c(X))}
Weak Rules:
{ proper(a()) -> ok(a())
, proper^#(c(X)) -> c_7(c^#(proper(X)))}
Details:
The problem was solved by processor 'Bounds with default enrichment':
'Bounds with default enrichment'
--------------------------------
Answer: YES(?,O(n^1))
Input Problem: innermost relative runtime-complexity with respect to
Strict Rules:
{ proper(f(X)) -> f(proper(X))
, proper(c(X)) -> c(proper(X))
, proper(g(X)) -> g(proper(X))
, f(mark(X)) -> mark(f(X))
, g(mark(X)) -> mark(g(X))
, f(ok(X)) -> ok(f(X))
, g(ok(X)) -> ok(g(X))
, c(ok(X)) -> ok(c(X))}
Weak Rules:
{ proper(a()) -> ok(a())
, proper^#(c(X)) -> c_7(c^#(proper(X)))}
Details:
The problem is Match-bounded by 0.
The enriched problem is compatible with the following automaton:
{ a_0() -> 3
, mark_0(3) -> 4
, mark_0(4) -> 4
, mark_0(8) -> 4
, ok_0(3) -> 8
, ok_0(4) -> 8
, ok_0(8) -> 8
, c^#_0(3) -> 12
, c^#_0(4) -> 12
, c^#_0(8) -> 12
, proper^#_0(3) -> 19
, proper^#_0(4) -> 19
, proper^#_0(8) -> 19}
12)
{active^#(f(f(a()))) -> c_0(c^#(f(g(f(a())))))}
The usable rules for this path are the following:
{ f(mark(X)) -> mark(f(X))
, g(mark(X)) -> mark(g(X))
, f(ok(X)) -> ok(f(X))
, g(ok(X)) -> ok(g(X))}
We have applied the subprocessor on the union of usable rules and weak (innermost) dependency pairs.
'Weight Gap Principle'
----------------------
Answer: YES(?,O(n^1))
Input Problem: innermost runtime-complexity with respect to
Rules:
{ f(mark(X)) -> mark(f(X))
, g(mark(X)) -> mark(g(X))
, f(ok(X)) -> ok(f(X))
, g(ok(X)) -> ok(g(X))
, active^#(f(f(a()))) -> c_0(c^#(f(g(f(a())))))}
Details:
We apply the weight gap principle, strictly orienting the rules
{active^#(f(f(a()))) -> c_0(c^#(f(g(f(a())))))}
and weakly orienting the rules
{}
using the following strongly linear interpretation:
Processor 'Matrix Interpretation' oriented the following rules strictly:
{active^#(f(f(a()))) -> c_0(c^#(f(g(f(a())))))}
Details:
Interpretation Functions:
active(x1) = [0] x1 + [0]
f(x1) = [1] x1 + [1]
a() = [14]
mark(x1) = [1] x1 + [0]
c(x1) = [0] x1 + [0]
g(x1) = [1] x1 + [1]
proper(x1) = [0] x1 + [0]
ok(x1) = [1] x1 + [0]
top(x1) = [0] x1 + [0]
active^#(x1) = [1] x1 + [9]
c_0(x1) = [1] x1 + [1]
c^#(x1) = [1] x1 + [1]
c_1(x1) = [0] x1 + [0]
f^#(x1) = [0] x1 + [0]
c_2(x1) = [0] x1 + [0]
g^#(x1) = [0] x1 + [0]
c_3(x1) = [0] x1 + [0]
c_4(x1) = [0] x1 + [0]
proper^#(x1) = [0] x1 + [0]
c_5(x1) = [0] x1 + [0]
c_6() = [0]
c_7(x1) = [0] x1 + [0]
c_8(x1) = [0] x1 + [0]
c_9(x1) = [0] x1 + [0]
c_10(x1) = [0] x1 + [0]
c_11(x1) = [0] x1 + [0]
top^#(x1) = [0] x1 + [0]
c_12(x1) = [0] x1 + [0]
c_13(x1) = [0] x1 + [0]
Finally we apply the subprocessor
'fastest of 'combine', 'Bounds with default enrichment', 'Bounds with default enrichment''
------------------------------------------------------------------------------------------
Answer: YES(?,O(n^1))
Input Problem: innermost relative runtime-complexity with respect to
Strict Rules:
{ f(mark(X)) -> mark(f(X))
, g(mark(X)) -> mark(g(X))
, f(ok(X)) -> ok(f(X))
, g(ok(X)) -> ok(g(X))}
Weak Rules: {active^#(f(f(a()))) -> c_0(c^#(f(g(f(a())))))}
Details:
The problem was solved by processor 'Bounds with default enrichment':
'Bounds with default enrichment'
--------------------------------
Answer: YES(?,O(n^1))
Input Problem: innermost relative runtime-complexity with respect to
Strict Rules:
{ f(mark(X)) -> mark(f(X))
, g(mark(X)) -> mark(g(X))
, f(ok(X)) -> ok(f(X))
, g(ok(X)) -> ok(g(X))}
Weak Rules: {active^#(f(f(a()))) -> c_0(c^#(f(g(f(a())))))}
Details:
The problem is Match-bounded by 0.
The enriched problem is compatible with the following automaton:
{ a_0() -> 3
, mark_0(3) -> 4
, mark_0(4) -> 4
, mark_0(8) -> 4
, ok_0(3) -> 8
, ok_0(4) -> 8
, ok_0(8) -> 8
, active^#_0(3) -> 10
, active^#_0(4) -> 10
, active^#_0(8) -> 10
, c^#_0(3) -> 12
, c^#_0(4) -> 12
, c^#_0(8) -> 12}
13)
{proper^#(a()) -> c_6()}
The usable rules for this path are empty.
We have oriented the usable rules with the following strongly linear interpretation:
Interpretation Functions:
active(x1) = [0] x1 + [0]
f(x1) = [0] x1 + [0]
a() = [0]
mark(x1) = [0] x1 + [0]
c(x1) = [0] x1 + [0]
g(x1) = [0] x1 + [0]
proper(x1) = [0] x1 + [0]
ok(x1) = [0] x1 + [0]
top(x1) = [0] x1 + [0]
active^#(x1) = [0] x1 + [0]
c_0(x1) = [0] x1 + [0]
c^#(x1) = [0] x1 + [0]
c_1(x1) = [0] x1 + [0]
f^#(x1) = [0] x1 + [0]
c_2(x1) = [0] x1 + [0]
g^#(x1) = [0] x1 + [0]
c_3(x1) = [0] x1 + [0]
c_4(x1) = [0] x1 + [0]
proper^#(x1) = [0] x1 + [0]
c_5(x1) = [0] x1 + [0]
c_6() = [0]
c_7(x1) = [0] x1 + [0]
c_8(x1) = [0] x1 + [0]
c_9(x1) = [0] x1 + [0]
c_10(x1) = [0] x1 + [0]
c_11(x1) = [0] x1 + [0]
top^#(x1) = [0] x1 + [0]
c_12(x1) = [0] x1 + [0]
c_13(x1) = [0] x1 + [0]
We have applied the subprocessor on the resulting DP-problem:
'Weight Gap Principle'
----------------------
Answer: YES(?,O(n^1))
Input Problem: innermost DP runtime-complexity with respect to
Strict Rules: {proper^#(a()) -> c_6()}
Weak Rules: {}
Details:
We apply the weight gap principle, strictly orienting the rules
{proper^#(a()) -> c_6()}
and weakly orienting the rules
{}
using the following strongly linear interpretation:
Processor 'Matrix Interpretation' oriented the following rules strictly:
{proper^#(a()) -> c_6()}
Details:
Interpretation Functions:
active(x1) = [0] x1 + [0]
f(x1) = [0] x1 + [0]
a() = [0]
mark(x1) = [0] x1 + [0]
c(x1) = [0] x1 + [0]
g(x1) = [0] x1 + [0]
proper(x1) = [0] x1 + [0]
ok(x1) = [0] x1 + [0]
top(x1) = [0] x1 + [0]
active^#(x1) = [0] x1 + [0]
c_0(x1) = [0] x1 + [0]
c^#(x1) = [0] x1 + [0]
c_1(x1) = [0] x1 + [0]
f^#(x1) = [0] x1 + [0]
c_2(x1) = [0] x1 + [0]
g^#(x1) = [0] x1 + [0]
c_3(x1) = [0] x1 + [0]
c_4(x1) = [0] x1 + [0]
proper^#(x1) = [1] x1 + [1]
c_5(x1) = [0] x1 + [0]
c_6() = [0]
c_7(x1) = [0] x1 + [0]
c_8(x1) = [0] x1 + [0]
c_9(x1) = [0] x1 + [0]
c_10(x1) = [0] x1 + [0]
c_11(x1) = [0] x1 + [0]
top^#(x1) = [0] x1 + [0]
c_12(x1) = [0] x1 + [0]
c_13(x1) = [0] x1 + [0]
Finally we apply the subprocessor
'Empty TRS'
-----------
Answer: YES(?,O(1))
Input Problem: innermost DP runtime-complexity with respect to
Strict Rules: {}
Weak Rules: {proper^#(a()) -> c_6()}
Details:
The given problem does not contain any strict rules